From 8ff3a306dd991669600a86dcf287fbda1f47a4a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:14:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30f5055..3d37af4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,26 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -140,40 +108,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Designer", - testimonial: "Unreal softness and perfect fit.", - imageSrc: "http://img.b2bpic.net/free-photo/funny-young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-happy-positive-smiling-cheerfully-bedroom-interior-light-background_141793-46002.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", role: "Designer", testimonial: "Unreal softness and perfect fit.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-happy-positive-smiling-cheerfully-bedroom-interior-light-background_141793-46002.jpg"}, { - id: "2", - name: "Emily R.", - role: "Student", - testimonial: "Finally found comfortable intimates that look great.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-with-no-makeup-summer-hipster-white-dress-clothes-sitting-street-background_158538-12726.jpg", - }, + id: "2", name: "Emily R.", role: "Student", testimonial: "Finally found comfortable intimates that look great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-with-no-makeup-summer-hipster-white-dress-clothes-sitting-street-background_158538-12726.jpg"}, { - id: "3", - name: "Monica T.", - role: "Manager", - testimonial: "The fabric quality is absolutely premium.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", - }, + id: "3", name: "Monica T.", role: "Manager", testimonial: "The fabric quality is absolutely premium.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg"}, { - id: "4", - name: "Chloe B.", - role: "Artist", - testimonial: "Simply the best lounge set for working from home.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg", - }, + id: "4", name: "Chloe B.", role: "Artist", testimonial: "Simply the best lounge set for working from home.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg"}, { - id: "5", - name: "Jessica M.", - role: "Photographer", - testimonial: "I wear these every single day. Absolute game changer.", - imageSrc: "http://img.b2bpic.net/free-photo/funny-young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-happy-positive-smiling-cheerfully-bedroom-interior-light-background_141793-46002.jpg?_wi=2", - }, + id: "5", name: "Jessica M.", role: "Photographer", testimonial: "I wear these every single day. Absolute game changer.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-happy-positive-smiling-cheerfully-bedroom-interior-light-background_141793-46002.jpg"}, ]} title="Loved by You" description="What our customers are saying about Lunna." @@ -186,20 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I care for my garments?", - content: "Gentle machine wash with like colors.", - }, + id: "1", title: "How do I care for my garments?", content: "Gentle machine wash with like colors."}, { - id: "2", - title: "What is the return policy?", - content: "You can return items within 30 days.", - }, + id: "2", title: "What is the return policy?", content: "You can return items within 30 days."}, { - id: "3", - title: "Do you ship worldwide?", - content: "We currently ship to US and Canada.", - }, + id: "3", title: "Do you ship worldwide?", content: "We currently ship to US and Canada."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our products and policies." @@ -211,37 +145,23 @@ export default function LandingPage() {