From e05e7bf043d45c2e183af5a16cb9645aded4784f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 18:41:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ae4038..7e82bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Warm Atmosphere", description: "A cozy gathering place for families and friends", icon: Home } ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=1" imageAlt="Cozy pizzeria interior with warm lighting" mediaAnimation="opacity" imagePosition="right" @@ -103,13 +103,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "margherita", name: "Margherita", price: "$12.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Classic Margherita pizza with mozzarella and basil" + id: "margherita", name: "Margherita", price: "$12.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=1", imageAlt: "Classic Margherita pizza with mozzarella and basil" }, { - id: "pepperoni", name: "Pepperoni", price: "$14.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Delicious pepperoni pizza with melted cheese" + id: "pepperoni", name: "Pepperoni", price: "$14.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=2", imageAlt: "Delicious pepperoni pizza with melted cheese" }, { - id: "quattro", name: "Quattro Formaggi", price: "$15.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Premium four cheese pizza" + id: "quattro", name: "Quattro Formaggi", price: "$15.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=3", imageAlt: "Premium four cheese pizza" } ]} buttons={[ @@ -136,19 +136,19 @@ export default function LandingPage() { id: "quality", title: "Premium Quality", descriptions: [ "Handpicked ingredients from trusted suppliers", "No artificial preservatives or additives" ], - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageAlt: "Professional pizza chef preparing pizza" + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=1", imageAlt: "Professional pizza chef preparing pizza" }, { id: "tradition", title: "Authentic Tradition", descriptions: [ "Traditional wood-fired oven", "Recipes perfected over generations" ], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg", imageAlt: "Warm pizzeria atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=2", imageAlt: "Warm pizzeria atmosphere" }, { id: "service", title: "Friendly Service", descriptions: [ "Passionate team dedicated to your satisfaction", "Quick and reliable delivery available" ], - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageAlt: "Friendly pizzeria staff" + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=2", imageAlt: "Friendly pizzeria staff" }, { id: "value", title: "Great Value", descriptions: [ @@ -169,16 +169,16 @@ export default function LandingPage() {