From 772fb132a418e8bc23fc7c8747b1b9334834bb2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:06:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 273 +++++++++-------------------------------------- 1 file changed, 48 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f32a79..f372749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,23 +17,21 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -179,46 +100,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Amazing Product", - quote: "Looks like premium. An amazing watch in this range.", - name: "Alex R.", - role: "Verified Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=2", - }, - { - id: "t2", - title: "Value for Money", - quote: "Awesome product. Value for money and looks so classy.", - name: "Sarah J.", - role: "Verified Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-look-camera_197531-33893.jpg?_wi=2", - }, - { - id: "t3", - title: "Classy Wear", - quote: "Class meets everyday wear. I get compliments daily.", - name: "Marcus T.", - role: "Verified Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-adult-caucasian-blonde-silk-black-pajamas-uses-headphones-sits-balcony-day-leisure-lifestyle-beauty-concept_197531-31178.jpg", - }, - { - id: "t4", - title: "Unexpected Quality", - quote: "The build quality is stunning for the price. Truly a gem.", - name: "Elena V.", - role: "Verified Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg", - }, - { - id: "t5", - title: "Simply Perfect", - quote: "This is a smart buy. Looks way more expensive than it is.", - name: "David W.", - role: "Verified Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12750.jpg", - }, + { id: "t1", title: "Amazing Product", quote: "Looks like premium. An amazing watch in this range.", name: "Alex R.", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg" }, + { id: "t2", title: "Value for Money", quote: "Awesome product. Value for money and looks so classy.", name: "Sarah J.", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-look-camera_197531-33893.jpg" }, + { id: "t3", title: "Classy Wear", quote: "Class meets everyday wear. I get compliments daily.", name: "Marcus T.", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-adult-caucasian-blonde-silk-black-pajamas-uses-headphones-sits-balcony-day-leisure-lifestyle-beauty-concept_197531-31178.jpg" }, + { id: "t4", title: "Unexpected Quality", quote: "The build quality is stunning for the price. Truly a gem.", name: "Elena V.", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg" }, + { id: "t5", title: "Simply Perfect", quote: "This is a smart buy. Looks way more expensive than it is.", name: "David W.", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12750.jpg" }, ]} title="Loved by Customers" description="Don't just take our word for it. Join a community of style-conscious individuals." @@ -229,94 +115,31 @@ export default function LandingPage() {