Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-03 15:23:48 +00:00

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
price: "$12.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1",
},
{
id: "2",
@@ -108,7 +108,7 @@ export default function LandingPage() {
price: "$16.00",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg?_wi=1",
},
{
id: "3",
@@ -117,7 +117,7 @@ export default function LandingPage() {
price: "$19.00",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg?_wi=1",
},
{
id: "4",
@@ -135,7 +135,7 @@ export default function LandingPage() {
price: "$14.00",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg?_wi=1",
},
{
id: "6",
@@ -144,7 +144,7 @@ export default function LandingPage() {
price: "$25.00",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg?_wi=1",
},
]}
title="Nuestro Menú"
@@ -162,27 +162,27 @@ export default function LandingPage() {
{
id: "t1",
name: "Juan Pérez",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=2",
},
{
id: "t2",
name: "María García",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg?_wi=2",
},
{
id: "t3",
name: "Carlos Ruiz",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg?_wi=2",
},
{
id: "t4",
name: "Ana Torres",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg?_wi=2",
},
{
id: "t5",
name: "Luis Vega",
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg?_wi=2",
},
]}
/>