Update src/app/page.tsx

This commit is contained in:
2026-03-11 15:12:50 +00:00
parent a9bda305fa
commit cebc48291c

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
description="Providencia, Av. Pocuro 2900"
subdescription="Abierto de lunes a domingo | Consumo en local • Para llevar • Delivery"
icon={MapPin}
imageSrc="http://img.b2bpic.net/free-photo/couple-enjoying-coffee-shop_23-2148366675.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-enjoying-coffee-shop_23-2148366675.jpg?_wi=1"
imageAlt="Vitrinas de Filippo con helados y pastelería"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -114,42 +114,42 @@ export default function HomePage() {
id: "1",
name: "Helado Vainilla Premium",
price: "$6.500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-glasses_23-2148507931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-glasses_23-2148507931.jpg?_wi=1",
imageAlt: "Helado de vainilla artesanal"
},
{
id: "2",
name: "Espresso Doble",
price: "$4.500",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-4975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-4975.jpg?_wi=1",
imageAlt: "Espresso recién preparado"
},
{
id: "3",
name: "Croissant Jamón y Queso",
price: "$5.800",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-delicious-sandwiches-meal_23-2148617350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-delicious-sandwiches-meal_23-2148617350.jpg?_wi=1",
imageAlt: "Croissant recién horneado con jamón y queso"
},
{
id: "4",
name: "Brownie con Helado",
price: "$8.900",
imageSrc: "http://img.b2bpic.net/free-photo/rich-chocolate-lava-cake-with-warm-sauce-mint-garnish_84443-82391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rich-chocolate-lava-cake-with-warm-sauce-mint-garnish_84443-82391.jpg?_wi=1",
imageAlt: "Brownie caliente con helado de vainilla"
},
{
id: "5",
name: "Café con Leche",
price: "$5.200",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-coffee-milk-with-breakfast-snack_23-2148441207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-coffee-milk-with-breakfast-snack_23-2148441207.jpg?_wi=1",
imageAlt: "Café con leche en taza de cerámica"
},
{
id: "6",
name: "Pasta de Frambuesa",
price: "$6.200",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruit-cake-cream-dessert-with-raspberries-white-background-sweet-cream-tea-dessert-biscuit-cake-pie_140725-115625.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruit-cake-cream-dessert-with-raspberries-white-background-sweet-cream-tea-dessert-biscuit-cake-pie_140725-115625.jpg?_wi=1",
imageAlt: "Pasta dulce de frambuesa"
}
]}