From 4cb443a18adeea4fb32560b323d1c4b5e13bc3c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:14:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b667f9..43ab87a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@lizzie", testimonial: "The quality is simply unmatched. Luxe Paws has transformed our pet's lifestyle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cat-enjoys-breakfast_23-2151982934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-enjoys-breakfast_23-2151982934.jpg?_wi=1", imageAlt: "elegant portrait of well groomed dog studio", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@rob.s", testimonial: "Finally, accessories that look as beautiful as they are functional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765816.jpg?_wi=1", imageAlt: "premium artisanal dog accessories craft", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@jess.m", testimonial: "My golden retriever has never looked more sophisticated. Truly premium goods.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-domestic-animal-accessories-composition_23-2148982412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-domestic-animal-accessories-composition_23-2148982412.jpg?_wi=1", imageAlt: "luxury leather dog collar premium", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@dw_tech", testimonial: "Worth every penny. The durability is as impressive as the design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-bed-with-dog_23-2148882997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-bed-with-dog_23-2148882997.jpg?_wi=1", imageAlt: "designer dog bed soft luxury", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@linda_h", testimonial: "The gold-standard of dog boutiques. I wouldn't shop anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930456.jpg?_wi=1", imageAlt: "gourmet organic dog treats packaging", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cat-enjoys-breakfast_23-2151982934.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cat-enjoys-breakfast_23-2151982934.jpg?_wi=2" imageAlt="An elegant portrait of a groomed dog." avatars={[ { @@ -152,21 +152,21 @@ export default function LandingPage() { name: "Signature Collar", price: "$125", variant: "Genuine Italian Leather", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-domestic-animal-accessories-composition_23-2148982412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-domestic-animal-accessories-composition_23-2148982412.jpg?_wi=2", }, { id: "p2", name: "Plush Haven Bed", price: "$450", variant: "Organic Velvet", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-bed-with-dog_23-2148882997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-bed-with-dog_23-2148882997.jpg?_wi=2", }, { id: "p3", name: "Gourmet Treats", price: "$45", variant: "Seasonal Selection", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930456.jpg?_wi=2", }, { id: "p4", @@ -267,7 +267,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Have questions about our artisanal products? We're here to help you choose the best for your furry companion." - imageSrc="http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765816.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ -- 2.49.1