From f541d74b8dbefe4575e1432930f1fdc7acad1bde Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:02:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e361a4e..e6c0430 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,22 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -167,25 +84,11 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + animationType="depth-3d" features={[ - { - title: "Your Smile", - description: "It lights up every room and melts my heart.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-positive-dark-skinned-woman-makes-face-palm-chuckles-covers-half-face-expresses-joy-wears-rosy-jumper-poses-against-green-wall-positive-emotions-concept_273609-38429.jpg?_wi=2", - imageAlt: "Smile", - }, - { - title: "Your Kindness", - description: "You care for others with a heart so big and pure.", - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-making-heart-gesture-with-fingers-smiling_141793-46910.jpg?_wi=2", - imageAlt: "Kindness", - }, - { - title: "Your Soul", - description: "You are the most beautiful person I have ever known.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118210.jpg?_wi=2", - imageAlt: "Soul", - }, + { title: "Your Smile", description: "It lights up every room and melts my heart.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-positive-dark-skinned-woman-makes-face-palm-chuckles-covers-half-face-expresses-joy-wears-rosy-jumper-poses-against-green-wall-positive-emotions-concept_273609-38429.jpg", imageAlt: "Smile" }, + { title: "Your Kindness", description: "You care for others with a heart so big and pure.", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-making-heart-gesture-with-fingers-smiling_141793-46910.jpg", imageAlt: "Kindness" }, + { title: "Your Soul", description: "You are the most beautiful person I have ever known.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118210.jpg", imageAlt: "Soul" } ]} title="Why You Are My Everything" description="It's the little things, the big adventures, and the way you look at the world that made me fall for you again and again." @@ -198,24 +101,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Heart, - title: "Days Loving You", - value: "1000+", - }, - { - id: "m2", - icon: Star, - title: "Smiles Shared", - value: "Infinite", - }, - { - id: "m3", - icon: Award, - title: "Happiest Moments", - value: "Millions", - }, + { id: "m1", icon: Heart, title: "Days Loving You", value: "1000+" }, + { id: "m2", icon: Star, title: "Smiles Shared", value: "Infinite" }, + { id: "m3", icon: Award, title: "Happiest Moments", value: "Millions" } ]} title="A Life Measured by You" description="Counting every precious moment we share." @@ -228,41 +116,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Our First Date", - handle: "Memories", - testimonial: "The nervous laughter and the magic in the air.", - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548425.jpg", - }, - { - id: "t2", - name: "Late Night Talks", - handle: "Connection", - testimonial: "Hours passed like seconds when we spoke.", - imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-room-decor-meditation-space_23-2151935102.jpg", - }, - { - id: "t3", - name: "Laughing Till We Cry", - handle: "Joy", - testimonial: "Your jokes are the best, even the bad ones.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-optimistic-carefree-young-woman-shakes-fists-dances-feels-good-dressed-leather-jacket-kerchief-around-neck-feels-very-happy-isolated-beige-background-enjoys-music_273609-57557.jpg", - }, - { - id: "t4", - name: "Quiet Moments", - handle: "Peace", - testimonial: "Just being together is enough.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rose-left-beach-with-wavy-water_23-2149274416.jpg", - }, - { - id: "t5", - name: "Adventure Days", - handle: "Excitement", - testimonial: "Exploring the world right by your side.", - imageSrc: "http://img.b2bpic.net/free-photo/tourist-hilly-landscape_23-2147828109.jpg", - }, + { id: "t1", name: "Our First Date", handle: "Memories", testimonial: "The nervous laughter and the magic in the air.", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548425.jpg" }, + { id: "t2", name: "Late Night Talks", handle: "Connection", testimonial: "Hours passed like seconds when we spoke.", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-room-decor-meditation-space_23-2151935102.jpg" }, + { id: "t3", name: "Laughing Till We Cry", handle: "Joy", testimonial: "Your jokes are the best, even the bad ones.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-optimistic-carefree-young-woman-shakes-fists-dances-feels-good-dressed-leather-jacket-kerchief-around-neck-feels-very-happy-isolated-beige-background-enjoys-music_273609-57557.jpg" }, + { id: "t4", name: "Quiet Moments", handle: "Peace", testimonial: "Just being together is enough.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rose-left-beach-with-wavy-water_23-2149274416.jpg" }, + { id: "t5", name: "Adventure Days", handle: "Excitement", testimonial: "Exploring the world right by your side.", imageSrc: "http://img.b2bpic.net/free-photo/tourist-hilly-landscape_23-2147828109.jpg" } ]} title="Memories We've Created" description="Stories that I will keep in my heart forever." @@ -273,15 +131,7 @@ export default function LandingPage() { @@ -292,21 +142,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "How much do I love you?", - content: "More than the stars in the sky.", - }, - { - id: "q2", - title: "When will I stop loving you?", - content: "Never, not even in a million years.", - }, - { - id: "q3", - title: "Who makes me the happiest?", - content: "Prachi, always and forever.", - }, + { id: "q1", title: "How much do I love you?", content: "More than the stars in the sky." }, + { id: "q2", title: "When will I stop loving you?", content: "Never, not even in a million years." }, + { id: "q3", title: "Who makes me the happiest?", content: "Prachi, always and forever." } ]} title="Frequently Asked Questions" description="Wondering how much you mean to me?" @@ -317,9 +155,7 @@ export default function LandingPage() {
@@ -359,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file