From e0dc2d8106724d177686b3be5caa1c1d3a021c48 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:09:20 +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 8cea81b..510b28c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { handle: "@elena_gourmet", testimonial: "The best chocolate I have ever tasted! Truly luxurious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-bowls-with-filling-plate_23-2148123875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-bowls-with-filling-plate_23-2148123875.jpg?_wi=1", imageAlt: "luxury chocolate macro shot", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@sarah_foodie", testimonial: "Exquisite quality and beautiful presentation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/assorted-chocolate-sweets-shape-heart_651396-1575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-chocolate-sweets-shape-heart_651396-1575.jpg?_wi=1", imageAlt: "assorted gourmet chocolates box", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@julian_c", testimonial: "Truly worth every penny. Divine experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-chocolate-arrangement-dark-background_23-2148549342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-chocolate-arrangement-dark-background_23-2148549342.jpg?_wi=1", imageAlt: "dark chocolate bar broken", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@linda_sweets", testimonial: "Obsessed with their sea salt dark chocolate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/freshly-picked-black-truffles-market-table-with-very-fancy-decoration_573717-71.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-picked-black-truffles-market-table-with-very-fancy-decoration_573717-71.jpg?_wi=1", imageAlt: "white chocolate hazelnut truffle", }, ]} @@ -98,7 +98,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dark-chocolate-bowls-with-filling-plate_23-2148123875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-chocolate-bowls-with-filling-plate_23-2148123875.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-eating-vegetable-salad-with-tomato-bell-pepper-dill-rocket_140725-10819.jpg", @@ -215,19 +215,19 @@ export default function LandingPage() { id: "p1", name: "Gold Truffle Box", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-chocolate-sweets-shape-heart_651396-1575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-chocolate-sweets-shape-heart_651396-1575.jpg?_wi=2", }, { id: "p2", name: "Dark Forest Bar", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-chocolate-arrangement-dark-background_23-2148549342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-chocolate-arrangement-dark-background_23-2148549342.jpg?_wi=2", }, { id: "p3", name: "Hazelnut Truffle", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-picked-black-truffles-market-table-with-very-fancy-decoration_573717-71.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-picked-black-truffles-market-table-with-very-fancy-decoration_573717-71.jpg?_wi=2", }, { id: "p4", -- 2.49.1