From e282afc863a4f80f328e54594e273cac220ad385 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:40:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec34599..e35659f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "Hot fresh pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg", imageAlt: "Solo Marinera pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg", imageAlt: "Tuscan Six Cheese pizza" } + { imageSrc: "http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg?_wi=1", imageAlt: "Solo Marinera pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg?_wi=1", imageAlt: "Tuscan Six Cheese pizza" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -66,7 +66,7 @@ export default function LandingPage() { { title: "👨‍🍳 Professional Team & Clean Environment", description: "Our experienced team maintains the highest hygiene and food safety standards in everything we prepare." }, { title: "🌙 Open Late Until 01:00 AM", description: "Late-night cravings? We're here for you with hot, delicious pizza service until 1 AM every night." } ]} - imageSrc="http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg?_wi=2" imageAlt="Fresh pizza preparation" imagePosition="right" textboxLayout="default" @@ -81,8 +81,8 @@ export default function LandingPage() { description="Craving the best? Here are our customer favorites—order now and taste the difference." tag="Best Sellers" products={[ - { id: "1", name: "Solo Marinera", price: "8.950 TND", imageSrc: "http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg", imageAlt: "Solo Marinera pizza" }, - { id: "2", name: "Tuscan Six Cheese", price: "12.450 TND", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg", imageAlt: "Tuscan Six Cheese pizza" }, + { id: "1", name: "Solo Marinera", price: "8.950 TND", imageSrc: "http://img.b2bpic.net/free-photo/bowl-tomato-sauce-with-ingredients-table_23-2147922789.jpg?_wi=3", imageAlt: "Solo Marinera pizza" }, + { id: "2", name: "Tuscan Six Cheese", price: "12.450 TND", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg?_wi=2", imageAlt: "Tuscan Six Cheese pizza" }, { id: "3", name: "Chicken Wings", price: "7.950 TND", imageSrc: "http://img.b2bpic.net/free-photo/plate-chicken-wings-grunge-black-background_1258-198.jpg", imageAlt: "Crispy chicken wings" }, { id: "4", name: "Desserts", price: "4.950 TND", imageSrc: "http://img.b2bpic.net/free-photo/stacked-brownies-with-cup-tea_661915-217.jpg", imageAlt: "Sweet desserts" } ]} -- 2.49.1