diff --git a/src/app/page.tsx b/src/app/page.tsx index 19d022f..29d910c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,23 +32,23 @@ export default function LandingPage() { @@ -58,11 +58,11 @@ export default function LandingPage() { description="Tradición, calidad y sabor únicos desde el corazón de Salamanca." buttons={[ { - text: "Ver Productos", href: "#products"}, + text: "Ver Productos", href: "products"}, { - text: "Contactar", href: "#contact"}, + text: "Contactar", href: "contact"}, { - text: "Nuestra Historia", href: "#about"}, + text: "Nuestra Historia", href: "about"}, ]} slides={[ { @@ -197,7 +197,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Solicitar Información Profesional", href: "#contact" + text: "Solicitar Información Profesional", href: "contact" } ]} /> @@ -235,4 +235,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}