Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-04 23:29:38 +00:00

View File

@@ -66,23 +66,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg?_wi=1",
imageAlt: "Fresh Italian Pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=1",
imageAlt: "Italian Combo Grinder",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg?_wi=1",
imageAlt: "Pork Parmesan Grinder",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg?_wi=1",
imageAlt: "Breakfast Egg Sandwich",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=1",
imageAlt: "Cozy Deli Interior",
},
]}
@@ -104,42 +104,42 @@ export default function LandingPage() {
name: "Italian Combo Grinder",
price: "$12.00",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=2",
},
{
id: "2",
name: "Pork Parmesan Grinder",
price: "$14.00",
variant: "Hot",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg?_wi=2",
},
{
id: "3",
name: "Breakfast Sandwich",
price: "$9.00",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg?_wi=2",
},
{
id: "4",
name: "Margherita Pizza",
price: "$18.00",
variant: "Dine-in",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg?_wi=2",
},
{
id: "5",
name: "Meatball Sub",
price: "$13.00",
variant: "Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=3",
},
{
id: "6",
name: "Breakfast Wrap",
price: "$10.00",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg?_wi=3",
},
]}
title="Menu Highlights"
@@ -160,7 +160,7 @@ export default function LandingPage() {
role: "Local",
company: "Fairfield Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg?_wi=3",
imageAlt: "fresh italian pizza top view",
},
{
@@ -169,7 +169,7 @@ export default function LandingPage() {
role: "Local",
company: "Fairfield Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=4",
imageAlt: "italian combo grinder sandwich",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
role: "Local",
company: "Fairfield Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg?_wi=3",
imageAlt: "pork parmesan grinder hot",
},
{
@@ -187,7 +187,7 @@ export default function LandingPage() {
role: "Local",
company: "Fairfield Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-toast-fried-egg-bacon-salad-gray-plate-against-white-background_23-2148067188.jpg?_wi=4",
imageAlt: "breakfast egg sandwich deli",
},
{
@@ -196,7 +196,7 @@ export default function LandingPage() {
role: "Local",
company: "Fairfield Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=2",
imageAlt: "cozy deli interior warm",
},
]}
@@ -226,10 +226,10 @@ export default function LandingPage() {
],
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=5",
imageAlt: "Fresh ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg?_wi=4",
imageAlt: "fresh italian pizza top view",
},
{
@@ -247,10 +247,10 @@ export default function LandingPage() {
],
reverse: true,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg?_wi=4",
imageAlt: "Fast service",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tomatoes-cucumbers-with-sandwiches-spinach_23-2148465186.jpg?_wi=6",
imageAlt: "italian combo grinder sandwich",
},
{
@@ -268,10 +268,10 @@ export default function LandingPage() {
],
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-pepper-pizza-dough-covered-with-tomato-sauce_141793-2011.jpg?_wi=5",
imageAlt: "Local tradition",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-with-egg_23-2147681092.jpg?_wi=5",
imageAlt: "pork parmesan grinder hot",
},
]}
@@ -289,7 +289,7 @@ export default function LandingPage() {
tag="Get In Touch"
title="Ready for a legendary meal?"
description="Give us a call to place your order or fill out the form for catering inquiries."
imageSrc="http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=3"
mediaAnimation="slide-up"
buttonText="Submit Order Request"
/>