From 8ff75e1f599553a613ae373a8e1156962a053807 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bff627e..29ebc90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,14 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import { Heart } from "lucide-react"; export default function LandingPage() { + const navItems = [ + { name: "Home", id: "#hero" }, + { name: "Memories", id: "#testimonial" }, + { name: "Our Story", id: "#about" }, + { name: "Future", id: "#faq" }, + { name: "Answer", id: "#contact" } + ]; + return (
@@ -130,27 +96,18 @@ export default function LandingPage() { description="From our very first meeting to every shared laugh and silent understanding, our love has grown, deep and true. This is just the beginning." metrics={[ { - value: "100%", - title: "Commitment", - }, + value: "100%", title: "Commitment"}, { - value: "∞", - title: "Happiness", - }, + value: "∞", title: "Happiness"}, { - value: "Everyday", - title: "Love", - }, + value: "Everyday", title: "Love"}, ]} imageSrc="http://img.b2bpic.net/free-photo/excited-guy-with-engagement-ring_1163-49.jpg" imageAlt="Excited guy with an engagement ring" mediaAnimation="slide-up" metricsAnimation="slide-up" mediaBadge={{ - text: "Our Love's Progress", - avatarSrc: "http://img.b2bpic.net/free-photo/mother-son-outdoors-sunset-with-copy-space_1249-617.jpg", - avatarAlt: "A happy couple's silhouette", - }} + text: "Our Love's Progress", avatarSrc: "http://img.b2bpic.net/free-photo/mother-son-outdoors-sunset-with-copy-space_1249-617.jpg", avatarAlt: "A happy couple's silhouette"}} /> @@ -163,35 +120,17 @@ export default function LandingPage() { description="As we embark on this new chapter, you might have questions. Here are some thoughts on our beautiful future." faqs={[ { - id: "f1", - title: "Where will we go for our honeymoon?", - content: "Wherever your heart desires! We can explore the most romantic destinations, from serene beaches to vibrant cities, making new memories every step of the way.", - }, + id: "f1", title: "Where will we go for our honeymoon?", content: "Wherever your heart desires! We can explore the most romantic destinations, from serene beaches to vibrant cities, making new memories every step of the way."}, { - id: "f2", - title: "What kind of home will we build?", - content: "A home filled with laughter, warmth, and all our shared passions. It will be our sanctuary, a place where we can truly be ourselves and grow together.", - }, + id: "f2", title: "What kind of home will we build?", content: "A home filled with laughter, warmth, and all our shared passions. It will be our sanctuary, a place where we can truly be ourselves and grow together."}, { - id: "f3", - title: "Will we still have our adventures?", - content: "Absolutely! Our adventures will only grow bigger and better. From spontaneous road trips to quiet evenings under the stars, every day will be an exciting journey with you.", - }, + id: "f3", title: "Will we still have our adventures?", content: "Absolutely! Our adventures will only grow bigger and better. From spontaneous road trips to quiet evenings under the stars, every day will be an exciting journey with you."}, { - id: "f4", - title: "What about our dreams and goals?", - content: "We will pursue them together, supporting and encouraging each other every step of the way. Your dreams are my dreams, and together, we can achieve anything.", - }, + id: "f4", title: "What about our dreams and goals?", content: "We will pursue them together, supporting and encouraging each other every step of the way. Your dreams are my dreams, and together, we can achieve anything."}, { - id: "f5", - title: "How will we celebrate our love?", - content: "Every single day will be a celebration of our love. With small gestures, grand declarations, and an unending supply of affection, we'll keep our love story vibrant and alive.", - }, + id: "f5", title: "How will we celebrate our love?", content: "Every single day will be a celebration of our love. With small gestures, grand declarations, and an unending supply of affection, we'll keep our love story vibrant and alive."}, { - id: "f6", - title: "What does forever mean to you?", - content: "Forever means waking up next to you, cherishing every moment, growing old together, and loving you more with each passing day. It means us, always.", - }, + id: "f6", title: "What does forever mean to you?", content: "Forever means waking up next to you, cherishing every moment, growing old together, and loving you more with each passing day. It means us, always."} ]} imageSrc="http://img.b2bpic.net/free-photo/confetti-yellow-background-after-finishing-party_24972-199.jpg" imageAlt="Pink confetti hearts celebration overlay" @@ -204,8 +143,7 @@ export default function LandingPage() {