From 5b2fc97f4bc301e1c076cdd37a85b548b32a95cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:30:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e27ff45..6f6e9e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,19 +103,19 @@ export default function LandingPage() { { id: 1, title: "Premium Materials", description: "Crafted with the finest quality materials sourced globally for durability and comfort", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-athletic-woman-putting-sneakers_637285-5758.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-athletic-woman-putting-sneakers_637285-5758.jpg?_wi=1" } }, { id: 2, title: "Expert Craftsmanship", description: "Each pair is meticulously constructed by skilled artisans with years of experience", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-athletic-woman-putting-sneakers_637285-5758.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-athletic-woman-putting-sneakers_637285-5758.jpg?_wi=2" } } ]} @@ -146,13 +146,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Sneaker Enthusiast", testimonial: "The quality is exceptional. I've never felt such comfortable and stylish shoes. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Sneaker Enthusiast", testimonial: "The quality is exceptional. I've never felt such comfortable and stylish shoes. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Rodriguez", role: "Fashion Blogger", testimonial: "Laced Up 815 has completely elevated my sneaker game. The craftsmanship is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Rodriguez" }, { - id: "3", name: "Emily Chen", role: "Lifestyle Influencer", testimonial: "These shoes are a game-changer. Premium quality that actually lasts, not just hype.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Chen" + id: "3", name: "Emily Chen", role: "Lifestyle Influencer", testimonial: "These shoes are a game-changer. Premium quality that actually lasts, not just hype.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Chen" }, { id: "4", name: "Marcus Johnson", role: "Footwear Collector", testimonial: "As someone who collects premium shoes, Laced Up 815 is now my go-to brand.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Marcus Johnson" -- 2.49.1