Skip to content

Commit 858c394

Browse files
committed
figma kit section
1 parent 85d52a7 commit 858c394

File tree

10 files changed

+85
-3
lines changed

10 files changed

+85
-3
lines changed

Diff for: app/(marketing)/page.tsx

+84-3
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ export default async function Home() {
155155

156156
<section className="container max-w-6xl mx-auto px-4 lg:px-0 flex flex-col lg:flex-row gap-12 lg:gap-16 lg:grid-cols-2 my-36">
157157
<div className="w-full lg:w-3/5">
158-
<Text as="h2">Easily Customize to Your Own Needs! 🛠️</Text>
158+
<Text as="h2">
159+
Easily <span className="text-outlined">Customize</span> to Your Own
160+
Needs! 🛠️
161+
</Text>
159162
<div className="flex flex-col space-y-1 mt-6 mb-8 text-muted">
160163
<Text className="text-xl">
161164
Copy-Paste Ready: Components that you can just copy paste.
@@ -183,7 +186,8 @@ export default async function Home() {
183186

184187
<section className="container max-w-6xl mx-auto bg-[url('/images/starts_bg.svg')] bg-cover bg-no-repeat py-12">
185188
<Text as="h2" className="text-center mb-28">
186-
A Growing Community of <br /> Developers and Designers.
189+
A <span className="text-outlined">Growing</span> Community of <br />{" "}
190+
Developers and Designers.
187191
</Text>
188192

189193
<div className="grid grid-cols-1 md:grid-cols-2 gap-12 max-w-2xl mx-auto">
@@ -192,7 +196,7 @@ export default async function Home() {
192196
Github Stars
193197
</Text>
194198
<Text as="h1" className="text-outlined text-7xl lg:text-8xl">
195-
150+
199+
230+
196200
</Text>
197201
<Image
198202
src="/images/shooting_star.svg"
@@ -220,6 +224,83 @@ export default async function Home() {
220224
</div>
221225
</section>
222226

227+
<section className="container max-w-6xl mx-auto px-4 lg:px-0 my-48">
228+
<Text as="h2" className="text-center mb-28">
229+
Works With Both <span className="text-outlined">SSR</span> and{" "}
230+
<span className="text-outlined">SPA</span> Applications.
231+
</Text>
232+
233+
<div className="grid grid-cols-5 lg:grid-cols-5 gap-8 lg:gap-6 max-w-2xl mx-auto items-center">
234+
<Image
235+
src="/images/logos/vite.png"
236+
alt="vite"
237+
width={60}
238+
height={60}
239+
/>
240+
<Image
241+
src="/images/logos/nextjs.png"
242+
alt="nextjs"
243+
width={60}
244+
height={60}
245+
/>
246+
<Image
247+
src="/images/logos/remix.png"
248+
alt="remix"
249+
width={55}
250+
height={55}
251+
/>
252+
<Image
253+
src="/images/logos/astro.png"
254+
alt="astro"
255+
width={55}
256+
height={55}
257+
/>
258+
<Image
259+
src="/images/logos/gatsby.png"
260+
alt="gatsby"
261+
width={60}
262+
height={60}
263+
/>
264+
</div>
265+
</section>
266+
267+
<section className="container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 items-center my-36">
268+
<div className="w-full">
269+
<Text as="h2">
270+
The <span className="text-outlined">Figma</span> UI Kit You Were
271+
Looking For!
272+
</Text>
273+
<div className="flex flex-col space-y-1 mt-6 mb-8 text-muted">
274+
<Text className="text-xl">
275+
- Based on the design foundation of RetroUI.
276+
</Text>
277+
<Text className="text-xl">
278+
- Comes with 60+ UI elements like cards, modals, stats, etc .
279+
</Text>
280+
<Text className="text-xl">
281+
- Get Lifetime update of new versions.
282+
</Text>
283+
</div>
284+
285+
<Button id="checkout-figma-kit" data-umami-event="checkout-figma-kit">
286+
<Link
287+
href="https://buy.polar.sh/polar_cl_lDjYITXPX3VSsoGl2UfxIZqiinJ9xVn4y9YAP1ApYcJ"
288+
target="_blank"
289+
>
290+
Checkout Now
291+
</Link>
292+
</Button>
293+
</div>
294+
<div className="w-full">
295+
<Image
296+
src="/images/figma-banner.png"
297+
width={800}
298+
height={800}
299+
alt="retroui code showcase"
300+
/>
301+
</div>
302+
</section>
303+
223304
<section className="container max-w-6xl mx-auto border-2 bg-primary-400 border-black py-16 px-4 lg:p-16 my-36">
224305
<Text as="h2" className="text-center mb-2">
225306
Community Contributors

Diff for: app/open-graph.png

304 KB
Loading

Diff for: app/twitter-image.png

304 KB
Loading

Diff for: public/images/figma-banner.png

102 KB
Loading

Diff for: public/images/logos/astro.png

4.24 KB
Loading

Diff for: public/images/logos/gatsby.png

4.52 KB
Loading

Diff for: public/images/logos/nextjs.png

3.12 KB
Loading

Diff for: public/images/logos/remix.png

1.44 KB
Loading

Diff for: public/images/logos/vite.png

3.23 KB
Loading

Diff for: tasks.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[ ] Add pre-commit hook to run build and lint
2+
[ ] Add CDN with Clouflare

0 commit comments

Comments
 (0)