diff --git a/src/app/page.tsx b/src/app/page.tsx index 56dc719..552c3ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,62 +28,29 @@ export default function LandingPage() {
@@ -93,9 +60,7 @@ export default function LandingPage() { useInvertedBackground={false} title="What is NOSTALGIA?" description={[ - "NOSTALGIA is more than a brand—it’s a feeling.", - "We create experiences that bring back emotions, memories, and moments that matter most.", - ]} + "NOSTALGIA is more than a brand—it’s a feeling.", "We create experiences that bring back emotions, memories, and moments that matter most."]} /> @@ -105,21 +70,9 @@ export default function LandingPage() { title="Curated Offerings" description="Exclusively crafted experiences to hold onto the moments that shape you." accordionItems={[ - { - id: "f1", - title: "Memory Products", - content: "Personalized memory-based items crafted with luxury in mind.", - }, - { - id: "f2", - title: "Lifestyle Experiences", - content: "Nostalgic lifestyle journeys curated to evoke deep emotion.", - }, - { - id: "f3", - title: "Aesthetic Collections", - content: "Hand-picked collections blending nostalgia with modern luxury.", - }, + { id: "f1", title: "Memory Products", content: "Personalized memory-based items crafted with luxury in mind." }, + { id: "f2", title: "Lifestyle Experiences", content: "Nostalgic lifestyle journeys curated to evoke deep emotion." }, + { id: "f3", title: "Aesthetic Collections", content: "Hand-picked collections blending nostalgia with modern luxury." }, ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-transparent-leaves_23-2148678551.jpg" mediaAnimation="blur-reveal" @@ -132,46 +85,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "This hit me right in the heart.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453414.jpg", - }, - { - id: "t2", - name: "Michael C.", - handle: "@michealc", - testimonial: "Beautiful, emotional, unforgettable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/annoyed-handsome-blonde-man-stands-with-closed-eyes-holding-hands-open-isolated-orange-wall_141793-66446.jpg", - }, - { - id: "t3", - name: "Emily R.", - handle: "@emilyr", - testimonial: "I didn't expect to feel this much.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hopeful-caucasian-man-looking-worried-waiting-important-results-making-wish-with-fingers-cro_1258-159570.jpg", - }, - { - id: "t4", - name: "David K.", - handle: "@davidk", - testimonial: "A truly premium touch to nostalgia.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bride-nature_1328-4867.jpg", - }, - { - id: "t5", - name: "Jessica L.", - handle: "@jessl", - testimonial: "The best gift I've ever purchased.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-laying-floor-high-angle_23-2149735240.jpg", - }, + { id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "This hit me right in the heart.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453414.jpg" }, + { id: "t2", name: "Michael C.", handle: "@michealc", testimonial: "Beautiful, emotional, unforgettable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/annoyed-handsome-blonde-man-stands-with-closed-eyes-holding-hands-open-isolated-orange-wall_141793-66446.jpg" }, + { id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "I didn't expect to feel this much.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hopeful-caucasian-man-looking-worried-waiting-important-results-making-wish-with-fingers-cro_1258-159570.jpg" }, + { id: "t4", name: "David K.", handle: "@davidk", testimonial: "A truly premium touch to nostalgia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bride-nature_1328-4867.jpg" }, + { id: "t5", name: "Jessica L.", handle: "@jessl", testimonial: "The best gift I've ever purchased.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-laying-floor-high-angle_23-2149735240.jpg" }, ]} showRating={true} title="Touched by Emotion" @@ -187,33 +105,9 @@ export default function LandingPage() { title="Measured by Moments" description="Our impact across the globe." metrics={[ - { - id: "m1", - value: "10k+", - title: "Memories Preserved", - items: [ - "Handcrafted", - "Personalized", - ], - }, - { - id: "m2", - value: "98%", - title: "Customer Satisfaction", - items: [ - "Luxury Quality", - "Timeless", - ], - }, - { - id: "m3", - value: "50+", - title: "Artisan Partners", - items: [ - "Ethically Sourced", - "Unique", - ], - }, + { id: "m1", value: "10k+", title: "Memories Preserved", items: ["Handcrafted", "Personalized"] }, + { id: "m2", value: "98%", title: "Customer Satisfaction", items: ["Luxury Quality", "Timeless"] }, + { id: "m3", value: "50+", title: "Artisan Partners", items: ["Ethically Sourced", "Unique"] }, ]} /> @@ -222,29 +116,15 @@ export default function LandingPage() {