From c54b2ed91dce22e60d27c75827ae16996e18f55a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 14:44:37 +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 7af9a81..659de58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@gordonr", testimonial: "The balance is exquisite. Never handled anything sharper.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-big-knife-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-big-knife-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17717.jpg?_wi=1", imageAlt: "luxury chef knife dark background", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@chefmarco", testimonial: "A tool that inspires creativity in the kitchen. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-slice_1339-432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-slice_1339-432.jpg?_wi=1", imageAlt: "luxury chef knife dark background", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@elenas", testimonial: "Durability is unmatched. Still sharp after months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowl-with-chocolate-fork-knife-dark-isolated-background_140725-136678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowl-with-chocolate-fork-knife-dark-isolated-background_140725-136678.jpg?_wi=1", imageAlt: "luxury chef knife dark background", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@jasont", testimonial: "Best artisan blades I've ever owned. Pure quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217164.jpg?_wi=1", imageAlt: "luxury chef knife dark background", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-big-knife-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-big-knife-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17717.jpg?_wi=2" imageAlt="High-end Damascus steel kitchen blade" avatars={[ { @@ -165,21 +165,21 @@ export default function LandingPage() { name: "8\" Chef Knife", price: "$295", variant: "Damascus", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-slice_1339-432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-slice_1339-432.jpg?_wi=2", }, { id: "2", name: "Paring Knife", price: "$125", variant: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowl-with-chocolate-fork-knife-dark-isolated-background_140725-136678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowl-with-chocolate-fork-knife-dark-isolated-background_140725-136678.jpg?_wi=2", }, { id: "3", name: "Santoku Knife", price: "$240", variant: "Japanese", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217164.jpg?_wi=2", }, { id: "4", -- 2.49.1