From cbd5a7aec95b97149839d764e26874ebd8cd8375 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:53:42 +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 b54f2f4..5b3f00a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { { id: "2", name: "Cocktail Royal", price: "8.000 Kz", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glass-foamy-dark-beverage_140725-8519.jpg" }, { id: "3", name: "Petiscos Premium", price: "12.000 Kz", imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2408.jpg" } ]} - title="Cardápio Exclusivo" + title="Menu de Degustação Selecionado" description="Explore as nossas criações gastronômicas." /> @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1