Update src/app/page.tsx

This commit is contained in:
2026-06-03 10:33:26 +00:00
parent 4a9ec7edfd
commit e5e96575ca

View File

@@ -32,23 +32,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio", id: "#home"},
name: "Inicio", id: "home"},
{
name: "Nuestra Historia", id: "#about"},
name: "Nuestra Historia", id: "about"},
{
name: "Productos", id: "#products"},
name: "Productos", id: "products"},
{
name: "Ventajas", id: "#features"},
name: "Ventajas", id: "features"},
{
name: "Profesionales", id: "#professionals"},
name: "Profesionales", id: "professionals"},
{
name: "Contacto", id: "#contact"},
name: "Contacto", id: "contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EccHcmLBLfaDNDp5ChTlQGMJOM/uploaded-1780481858970-vnz8dv02.png"
logoAlt="Logo de Chente Ibéricos"
brandName="Chente"
button={{
text: "Contacto", href: "#contact"}}
text: "Contacto", href: "contact"}}
/>
</div>
@@ -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"
}
]}
/>