From 085daf81574e2e4cc488cc4fc63be1569f73d6d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:06:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26f5057..1df6d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "#products" }, { text: "Learn More", href: "#about" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttonAnimation="slide-up" ariaLabel="Premium jeans hero section" /> @@ -103,16 +103,16 @@ export default function LandingPage() { { id: 1, title: "Premium Fabric Selection", description: "We source the finest organic cotton and denim blends from around the world to ensure superior comfort and longevity", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg"}, }, { id: 2, title: "Comfort Engineering", description: "Advanced stitching techniques and ergonomic cuts provide all-day comfort without compromising on style", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg"}, }, ]} textboxLayout="default" @@ -131,11 +131,11 @@ export default function LandingPage() { { id: "1", name: "Jessica Rivera", role: "Fashion Designer", testimonial: "These jeans have completely transformed my everyday wardrobe. The quality is unmatched and they fit perfectly. I've recommended them to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, { - id: "2", name: "Marcus Thompson", role: "Creative Director", testimonial: "Finally found jeans that match my lifestyle and aesthetic. Premium quality, incredible comfort, and they look amazing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + id: "2", name: "Marcus Thompson", role: "Creative Director", testimonial: "Finally found jeans that match my lifestyle and aesthetic. Premium quality, incredible comfort, and they look amazing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { id: "3", name: "Sofia Chen", role: "Entrepreneur", testimonial: "I own multiple pairs now. The durability is incredible, and the attention to detail is evident in every aspect of the product. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg"}, { - id: "4", name: "David Kumar", role: "Artist", testimonial: "The craftsmanship is exceptional. These aren't just jeans—they're an investment in quality. Best purchase I've made in years.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, + id: "4", name: "David Kumar", role: "Artist", testimonial: "The craftsmanship is exceptional. These aren't just jeans—they're an investment in quality. Best purchase I've made in years.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -164,7 +164,7 @@ export default function LandingPage() { tagIcon={Mail} title="Stay In The Loop" description="Get exclusive updates on new collections, special offers, and style tips delivered to your inbox" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-charming-girl-photographer-working-with-tablet-sits-table-studio-with-loft-interior_613910-14398.jpg" mediaAnimation="slide-up" -- 2.49.1