Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 21:40:42 +00:00

View File

@@ -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" }
]}