From e970c2509e57a4268f36c6228176dde17c3856d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:51:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c3484c..3ff566e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,8 +121,8 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", brand: "🍷", name: "Vermouth Clásico", price: "5€", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-fruity-drink-tray_23-2148667939.jpg?id=10073271", imageAlt: "Vermouth Clásico" + id: "1", brand: "🍷", name: "Vermut Clásico", price: "5€", rating: 5, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-fruity-drink-tray_23-2148667939.jpg?id=10073271", imageAlt: "Vermut Clásico" }, { id: "2", brand: "🍺", name: "Pintas Bien Tiradas", price: "3€", rating: 5, -- 2.49.1