diff --git a/src/app/page.tsx b/src/app/page.tsx index 1818dd9..47cd887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,17 +13,15 @@ import { Heart, Flame, ChefHat, Star, Mail } from "lucide-react"; export default function HomePage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, - { name: "Gallery", id: "gallery" }, - { name: "Contact", id: "contact" }, + { name: "Inicio", id: "hero" }, + { name: "Acerca de", id: "about" }, + { name: "Menú", id: "menu" }, + { name: "Galería", id: "gallery" }, + { name: "Contacto", id: "contact" }, ]; const navButton = { - text: "Reserve a Table", - href: "/reservations", - }; + text: "Reservar Mesa", href: "/reservations"}; return ( @@ -94,41 +86,23 @@ export default function HomePage() { @@ -242,15 +182,11 @@ export default function HomePage() { ); -} \ No newline at end of file +}