Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-03 20:00:49 +00:00

View File

@@ -73,27 +73,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629539.jpg?_wi=1",
imageAlt: "Italian Restaurant Dining",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-job-pastry-pie-bakery-cooking-biscuit-dough-bake_179666-43925.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-job-pastry-pie-bakery-cooking-biscuit-dough-bake_179666-43925.jpg?_wi=1",
imageAlt: "Chef preparing food",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=1",
imageAlt: "Pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-tomato-sauce_140725-1229.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-tomato-sauce_140725-1229.jpg?_wi=1",
imageAlt: "Pasta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14404.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14404.jpg?_wi=1",
imageAlt: "Salad",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-mini-cake-with-fruits-green-plate-mixed-color-background_140725-140947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-mini-cake-with-fruits-green-plate-mixed-color-background_140725-140947.jpg?_wi=1",
imageAlt: "Dessert",
},
]}
@@ -174,7 +174,7 @@ export default function LandingPage() {
price: "$18",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=2",
},
{
id: "p2",
@@ -183,7 +183,7 @@ export default function LandingPage() {
price: "$22",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-tomato-sauce_140725-1229.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-tomato-sauce_140725-1229.jpg?_wi=2",
},
{
id: "p3",
@@ -192,7 +192,7 @@ export default function LandingPage() {
price: "$14",
rating: 4,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14404.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14404.jpg?_wi=2",
},
{
id: "p4",
@@ -201,7 +201,7 @@ export default function LandingPage() {
price: "$10",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-mini-cake-with-fruits-green-plate-mixed-color-background_140725-140947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-mini-cake-with-fruits-green-plate-mixed-color-background_140725-140947.jpg?_wi=2",
},
{
id: "p5",
@@ -239,7 +239,7 @@ export default function LandingPage() {
descriptions: [
"Convenient on-site parking for all diners.",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629539.jpg?_wi=2",
imageAlt: "luxurious italian restaurant interior",
},
{
@@ -248,7 +248,7 @@ export default function LandingPage() {
descriptions: [
"Perfect environment, regardless of the weather.",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-job-pastry-pie-bakery-cooking-biscuit-dough-bake_179666-43925.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-job-pastry-pie-bakery-cooking-biscuit-dough-bake_179666-43925.jpg?_wi=2",
imageAlt: "fresh italian pasta making",
},
{
@@ -257,7 +257,7 @@ export default function LandingPage() {
descriptions: [
"Freshness delivered to your door in record time.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=3",
imageAlt: "gourmet italian pizza wood fired",
},
]}