Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 08:59:56 +00:00

View File

@@ -53,12 +53,12 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" }
]}
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg", imageAlt: "Fresh hot pizza" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852085.jpg", imageAlt: "Margherita pizza" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg", imageAlt: "Pepperoni pizza" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", imageAlt: "Veggie pizza" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg", imageAlt: "Delicious pizza" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg", imageAlt: "Classic pepperoni" }
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg?_wi=1", imageAlt: "Fresh hot pizza" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852085.jpg?_wi=1", imageAlt: "Margherita pizza" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg?_wi=1", imageAlt: "Pepperoni pizza" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=1", imageAlt: "Veggie pizza" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg?_wi=2", imageAlt: "Delicious pizza" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg?_wi=2", imageAlt: "Classic pepperoni" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -78,15 +78,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Domino's", name: "Classic Margherita", price: "$12.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852085.jpg", imageAlt: "Margherita pizza"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852085.jpg?_wi=2", imageAlt: "Margherita pizza"
},
{
id: "2", brand: "Domino's", name: "Loaded Pepperoni", price: "$14.99", rating: 5,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg", imageAlt: "Pepperoni pizza"
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg?_wi=3", imageAlt: "Pepperoni pizza"
},
{
id: "3", brand: "Domino's", name: "Garden Veggie Delight", price: "$13.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", imageAlt: "Veggie pizza"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=2", imageAlt: "Veggie pizza"
}
]}
/>
@@ -105,19 +105,19 @@ export default function LandingPage() {
id: "feature-1", title: "30 Minute Guarantee", descriptions: [
"Delivered hot and fresh in 30 minutes or your money back", "Our commitment to speed without sacrificing quality", "Track your order in real-time with live GPS"
],
imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg", imageAlt: "Fast delivery"
imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-wood-tray_1388-288.jpg?_wi=3", imageAlt: "Fast delivery"
},
{
id: "feature-2", title: "Premium Quality Ingredients", descriptions: [
"Fresh dough made daily using authentic Italian recipes", "Hand-tossed pizzas with the finest toppings", "Quality-assured every single order"
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg", imageAlt: "Quality ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg?_wi=4", imageAlt: "Quality ingredients"
},
{
id: "feature-3", title: "Easy Online Ordering", descriptions: [
"Customize your pizza exactly how you like it", "Save your favorite orders for quick reorders", "Multiple payment options for convenience"
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", imageAlt: "Easy ordering"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=3", imageAlt: "Easy ordering"
}
]}
/>