From 16617a6d6cc75a7aa7f1d8b4495ca4a13a3a8927 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:22:45 +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 e3de646..a271dc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg", imageAlt: "Handcrafted artisan sausages" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg", imageAlt: "Premium cured ham selection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg", imageAlt: "Spicy artisanal pepperoni" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg?_wi=1", imageAlt: "Handcrafted artisan sausages" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg?_wi=1", imageAlt: "Premium cured ham selection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg?_wi=1", imageAlt: "Spicy artisanal pepperoni" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-meat-concept_23-2148738908.jpg", imageAlt: "Charcuterie board assortment" } ]} /> @@ -92,15 +92,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Artisan", name: "Hickory Smoked Sausage", price: "$18", rating: 5, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg", imageAlt: "Hickory smoked sausage" + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg?_wi=2", imageAlt: "Hickory smoked sausage" }, { id: "2", brand: "Artisan", name: "Aged Cured Ham", price: "$24", rating: 5, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg", imageAlt: "Cured ham selection" + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg?_wi=2", imageAlt: "Cured ham selection" }, { id: "3", brand: "Artisan", name: "Spicy Pepperoni", price: "$15", rating: 4, - reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg", imageAlt: "Spicy artisanal pepperoni" + reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg?_wi=2", imageAlt: "Spicy artisanal pepperoni" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1