Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 00:37:15 +00:00

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
products={[
{
id: "crepa-fresa-1", brand: "Delicius", name: "Crepa Fresas con Chocolate", price: "$89", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg", imageAlt: "Crepa con fresas y chocolate"
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg?_wi=1", imageAlt: "Crepa con fresas y chocolate"
},
{
id: "crepa-nutella-1", brand: "Delicius", name: "Crepa Nutella Platanada", price: "$99", rating: 5,
@@ -104,7 +104,7 @@ export default function LandingPage() {
},
{
id: "crepa-nutella-platano", brand: "Delicius", name: "Crepa Especial Mixta", price: "$119", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg", imageAlt: "Crepa especial con múltiples toppings"
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg?_wi=2", imageAlt: "Crepa especial con múltiples toppings"
}
]}
gridVariant="three-columns-all-equal-width"