Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-16 15:33:44 +00:00

View File

@@ -61,11 +61,11 @@ export default function LandingPage() {
description="Mikey's brings the traditional taste of Italy to your neighborhood with fresh ingredients, house-made dough, and perfectly melted cheese."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=1",
imageAlt: "Fresh pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=1",
imageAlt: "Chef baking",
},
{
@@ -266,7 +266,7 @@ export default function LandingPage() {
title: "Hand-Stretched",
subtitle: "Dough",
description: "Our dough is proofed for 48 hours for optimal crust.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=2",
imageAlt: "chef preparing fresh pizza",
},
{
@@ -274,7 +274,7 @@ export default function LandingPage() {
title: "Quick Delivery",
subtitle: "Service",
description: "Hot and fresh to your doorstep within 30 minutes.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2",
imageAlt: "chef preparing fresh pizza",
},
]}