Update src/app/page.tsx

This commit is contained in:
2026-05-14 00:08:43 +00:00
parent a7cf3e6400
commit 21b8e6b2ed

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}