From 6c29b7f3fb45cafd5789ef4274589d9b57714bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:40:28 +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 2cb7309..85837de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { imageAlt: "Gourmet meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/owl-with-spoon-fork-vegetables_23-2147694522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/owl-with-spoon-fork-vegetables_23-2147694522.jpg?_wi=1", imageAlt: "Fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dark-grey-background_329181-12704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dark-grey-background_329181-12704.jpg?_wi=1", imageAlt: "Wine cellar", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-cheesecake-with-chocolate-syrup-drinks-tea-armudu-glass_141793-12486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-cheesecake-with-chocolate-syrup-drinks-tea-armudu-glass_141793-12486.jpg?_wi=1", imageAlt: "Dessert selection", }, ]} @@ -112,21 +112,21 @@ export default function LandingPage() { title: "Garden Fresh", subtitle: "Local Delights", description: "Hand-picked vegetables from our private organic garden.", - imageSrc: "http://img.b2bpic.net/free-photo/owl-with-spoon-fork-vegetables_23-2147694522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/owl-with-spoon-fork-vegetables_23-2147694522.jpg?_wi=2", }, { tag: "Drinks", title: "Rare Vintages", subtitle: "Curated Pairings", description: "An exquisite collection of rare vintages carefully selected.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dark-grey-background_329181-12704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dark-grey-background_329181-12704.jpg?_wi=2", }, { tag: "Desserts", title: "Sweet Endings", subtitle: "Artisan Crafted", description: "Indulge in our delicate and house-made dessert creations.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-cheesecake-with-chocolate-syrup-drinks-tea-armudu-glass_141793-12486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-cheesecake-with-chocolate-syrup-drinks-tea-armudu-glass_141793-12486.jpg?_wi=2", }, ]} title="Seasonal Signatures" -- 2.49.1