From f9099a410fae2164bb4e9ca444126c9349486cec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:04:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 +++++++++++++---------------------------------- 1 file changed, 41 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32033af..131faf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,26 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -113,32 +91,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "poster", - name: "indie midnight", - price: "$15", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg?_wi=1", - }, + id: "p1", brand: "poster", name: "indie midnight", price: "$15", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg"}, { - id: "p2", - brand: "jewelry", - name: "sky beads", - price: "$12", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg", - }, + id: "p2", brand: "jewelry", name: "sky beads", price: "$12", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg"}, { - id: "p3", - brand: "jewelry", - name: "daisy chain", - price: "$18", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-elegant-lady-woman-wearing-stylish-boho-top_291049-25.jpg", - }, + id: "p3", brand: "jewelry", name: "daisy chain", price: "$18", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/sensual-elegant-lady-woman-wearing-stylish-boho-top_291049-25.jpg"}, ]} title="the moodboard" description="what we are currently making. check the vibes." @@ -152,24 +112,14 @@ export default function LandingPage() { description="have an artist or a song in mind? we turn your sonic memories into custom posters." accordionItems={[ { - id: "c1", - title: "step 1: dm us", - content: "slide into our dms on instagram with the artist/song vibe.", - }, + id: "c1", title: "step 1: dm us", content: "slide into our dms on instagram with the artist/song vibe."}, { - id: "c2", - title: "step 2: we curate", - content: "we sketch a concept based on your aesthetic.", - }, + id: "c2", title: "step 2: we curate", content: "we sketch a concept based on your aesthetic."}, { - id: "c3", - title: "step 3: it's yours", - content: "we bring it to life and mail it your way.", - }, + id: "c3", title: "step 3: it's yours", content: "we bring it to life and mail it your way."}, ]} - imageSrc="http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg" mediaAnimation="slide-up" - videoSrc="http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg?_wi=3" /> @@ -181,25 +131,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10%", - title: "profit donated", - description: "to apni shaala foundation", - icon: Heart, + id: "m1", value: "10%", title: "profit donated", description: "to apni shaala foundation", icon: Heart, }, { - id: "m2", - value: "50+", - title: "students helped", - description: "directly through our impact", - icon: Award, + id: "m2", value: "50+", title: "students helped", description: "directly through our impact", icon: Award, }, { - id: "m3", - value: "100%", - title: "handmade", - description: "by students, for students", - icon: Sparkles, + id: "m3", value: "100%", title: "handmade", description: "by students, for students", icon: Sparkles, }, ]} title="more than just stuff" @@ -211,14 +149,12 @@ export default function LandingPage() { @@ -227,29 +163,19 @@ export default function LandingPage() {