From 2f470d32926343a4f82d14fa49a7b26835a957a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:47:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e2ea62..5468339 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/lime-cocktail-mint-side-view_140725-11289.jpg", alt: "Fresh mojito cocktail being poured" + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3EttVMpzbFKY95rhlVpJcSgNP/uploaded-1773713285841-dx184smr.png", alt: "Fresh mojito cocktail being poured" }, { src: "http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg", alt: "Vibrant Las Ranas interior with warm lighting" @@ -127,13 +127,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "enchiladas", name: "Enchiladas Verdes", price: "$14.99", variant: "Chicken, Beef, or Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159766.jpg", imageAlt: "Traditional enchiladas verdes with melted cheese" + id: "enchiladas", name: "Pozole", price: "$14.99", variant: "Chicken, Beef, or Vegetarian", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3EttVMpzbFKY95rhlVpJcSgNP/uploaded-1773715655372-lh4tb6id.png", imageAlt: "Traditional enchiladas verdes with melted cheese" }, { - id: "tacos", name: "Tacos Al Pastor", price: "$12.99", variant: "Set of 3 with cilantro, onion, and lime", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg", imageAlt: "Authentic tacos al pastor with fresh toppings" + id: "tacos", name: "Rico's Frijoles con chicharron ", price: "$12.99", variant: "Set of 3 with cilantro, onion, and lime", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3EttVMpzbFKY95rhlVpJcSgNP/uploaded-1773715542100-r0ocgz90.png", imageAlt: "Authentic tacos al pastor with fresh toppings" }, { - id: "ceviche", name: "Ceviche Mixto", price: "$16.99", variant: "Fresh seafood with lime and cilantro", imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-apples-eggs_2829-14157.jpg", imageAlt: "Fresh ceviche with colorful seafood presentation" + id: "ceviche", name: "Bevidas alcolicas", price: "$16.99", variant: "Fresh seafood with lime and cilantro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3EttVMpzbFKY95rhlVpJcSgNP/uploaded-1773715560184-w84lgqel.png", imageAlt: "Fresh ceviche with colorful seafood presentation" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1