From 2fc607ea67e23dd22bd0c9311a51ca7951c955f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:00:06 +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 60c26d3..b47c371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg" + imageSrc="http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -163,14 +163,14 @@ export default function LandingPage() { name: "Pesto Genovese", price: "$16", variant: "Pasta", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-italian-pasta-cooked-tasty-salted-inside-round-orange-plate-with-glasses-wine-designed-carpet-dark-desk_140725-23993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-italian-pasta-cooked-tasty-salted-inside-round-orange-plate-with-glasses-wine-designed-carpet-dark-desk_140725-23993.jpg?_wi=1", }, { id: "3", name: "Classic Tiramisu", price: "$8", variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-mojito_114579-21840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-mojito_114579-21840.jpg?_wi=1", }, ]} title="Our Signature Dishes" @@ -190,7 +190,7 @@ export default function LandingPage() { tags: [ "Efficiency", ], - imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=2", }, { id: "f2", @@ -198,7 +198,7 @@ export default function LandingPage() { tags: [ "Dietary-Friendly", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-italian-pasta-cooked-tasty-salted-inside-round-orange-plate-with-glasses-wine-designed-carpet-dark-desk_140725-23993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-italian-pasta-cooked-tasty-salted-inside-round-orange-plate-with-glasses-wine-designed-carpet-dark-desk_140725-23993.jpg?_wi=2", }, { id: "f3", @@ -206,7 +206,7 @@ export default function LandingPage() { tags: [ "Price-Quality", ], - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-mojito_114579-21840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-mojito_114579-21840.jpg?_wi=2", }, ]} title="Why Choose Bella Pizza?" @@ -225,7 +225,7 @@ export default function LandingPage() { name: "Giulia Rossi", handle: "@giulia.r", testimonial: "The best pizza in town, honestly. Fast, fresh, and perfectly priced!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg?_wi=1", }, { id: "2", @@ -253,7 +253,7 @@ export default function LandingPage() { name: "Sofia Conti", handle: "@sofia.c", testimonial: "Perfect place for an evening meal. The atmosphere is just so warm.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg?_wi=2", }, ]} title="What Our Guests Say" -- 2.49.1