From 5147be8c57fff0c97553b173d456dc0e21ee4b65 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:15:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eea1ca..c50aea1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" products={[ - { id: "1", name: "Menu patty ", price: "14,90 ", variant: " 2 Patty - Bacon aos cubos - 2 Queijo cheddar - Cebola - Picles feitos pela Patty - Ketchup & Mostarda.", imageSrc: "https://images.unsplash.com/photo-1568901346375-23c9450c58cd?q=80&w=600" }, + { id: "1", name: "Menu patty ", price: "14,90 ", variant: " 2 Patty - Bacon aos cubos - 2 Queijo cheddar - Cebola - Picles feitos pela Patty - Ketchup & Mostarda.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMRsX4uNVXKKFr1nlOShtmnnfb/uploaded-1774692904098-1c79kxjr.png" }, { id: "2", name: "Menu Patty Bacon", price: "15,90 ", variant: " 2 Patty - Bacon aos cubos - 2 Queijo cheddar - Cebola - Picles feitos pela Patty - Ketchup & Mostarda.", imageSrc: "https://images.unsplash.com/photo-1594212699903-ec8a3eca50f5?q=80&w=600" }, { id: "3", name: "Veggie Smash", price: "R$ 28,00", variant: "Vegetariano", imageSrc: "https://images.unsplash.com/photo-1520692278473-b1d3d6394e1d?q=80&w=600" }, { id: "4", name: "Double Cheese", price: "R$ 35,00", variant: " 2 Patty - Bacon aos cubos - 2 Queijo cheddar - Cebola - Picles feitos pela Patty - Ketchup & Mostarda.", imageSrc: "https://images.unsplash.com/photo-1550547660-d9450f859349?q=80&w=600" } -- 2.49.1