From 21b8e6b2edbe5dc53cf6e55bdf8c11be80b648df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:08:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f3709c..2fa321e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Heart, Utensils } from "lucide-react"; +import { Award, Heart, Utensils, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Reservar Mesa", href: "#contact"}, { - text: "Ver Menu", href: "#products"}, + text: "Ligue Agora: 22 406 1928", href: "tel:+351224061928"}, ]} mediaItems={[ { @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file