Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-27 10:58:04 +00:00

View File

@@ -75,7 +75,7 @@ export default function ItalianRestaurantPage() {
description="Discover our signature Peruvian-inspired dishes, carefully crafted using authentic recipes and premium ingredients."
products={[
{
id: "1", name: "Salmon Clementine", price: "$32", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Salmon Clementine"
id: "1", name: "Salmon Clementine", price: "$32", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=1", imageAlt: "Salmon Clementine"
},
{
id: "2", name: "Tiradito Francesco", price: "$29", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Tiradito Francesco"
@@ -84,7 +84,7 @@ export default function ItalianRestaurantPage() {
id: "3", name: "Pulpo a La Parrilla", price: "$35", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Pulpo a La Parrilla"
},
{
id: "4", name: "Lomo Saltado", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Lomo Saltado"
id: "4", name: "Lomo Saltado", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=2", imageAlt: "Lomo Saltado"
}
]}
gridVariant="four-items-2x2-equal-grid"