diff --git a/src/app/page.tsx b/src/app/page.tsx index d8a9637..a669916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,21 +49,21 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "The best selection of wooden toys in town! My kids love them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shop-aisle-people-blur-shopping_1203-6462.jpg", imageAlt: "colorful wooden toys shop display"}, + imageSrc: "http://img.b2bpic.net/free-photo/shop-aisle-people-blur-shopping_1203-6462.jpg?_wi=1", imageAlt: "colorful wooden toys shop display"}, { name: "Mark D.", handle: "@markd", testimonial: "High-quality products and wonderful service. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg", imageAlt: "wooden block toy set"}, + imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg?_wi=1", imageAlt: "wooden block toy set"}, { name: "Emma L.", handle: "@emmal", testimonial: "Finally found an educational toy shop that actually cares about quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg", imageAlt: "stuffed animal toy soft"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg?_wi=1", imageAlt: "stuffed animal toy soft"}, { name: "John K.", handle: "@johnk", testimonial: "My daughter's favorite shop! Always finding something new and creative.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg", imageAlt: "puzzle game for kids"}, + imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg?_wi=1", imageAlt: "puzzle game for kids"}, { name: "Lisa R.", handle: "@lisar", testimonial: "Fast shipping and the toys are even better than pictured.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "happy parent smiling in shop"}, + imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1", imageAlt: "happy parent smiling in shop"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/shop-aisle-people-blur-shopping_1203-6462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shop-aisle-people-blur-shopping_1203-6462.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", alt: "Customer 1"}, @@ -99,11 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Wooden Block Set", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg"}, + id: "1", name: "Wooden Block Set", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg?_wi=2"}, { - id: "2", name: "Soft Plush Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg"}, + id: "2", name: "Soft Plush Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg?_wi=2"}, { - id: "3", name: "Logic Puzzle Game", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg"}, + id: "3", name: "Logic Puzzle Game", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg?_wi=2"}, ]} title="New Arrivals" description="Explore our latest collection of hand-picked toys for every age." @@ -126,7 +126,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg"}, + id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=2"}, { id: "2", name: "Mike Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-holding-shopping-bag-standing-garden_23-2147883396.jpg"}, { @@ -134,7 +134,7 @@ export default function LandingPage() { { id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"}, { - id: "5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg"}, + id: "5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=3"}, ]} cardTitle="Loved by Parents" cardTag="Testimonials"