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 <NavbarLayoutFloatingOverlay
navItems={[ 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EccHcmLBLfaDNDp5ChTlQGMJOM/uploaded-1780481858970-vnz8dv02.png"
logoAlt="Logo de Chente Ibéricos" logoAlt="Logo de Chente Ibéricos"
brandName="Chente" brandName="Chente"
button={{ button={{
text: "Contacto", href: "#contact"}} text: "Contacto", href: "contact"}}
/> />
</div> </div>
@@ -58,11 +58,11 @@ export default function LandingPage() {
description="Tradición, calidad y sabor únicos desde el corazón de Salamanca." description="Tradición, calidad y sabor únicos desde el corazón de Salamanca."
buttons={[ 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={[ slides={[
{ {
@@ -197,7 +197,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Solicitar Información Profesional", href: "#contact" text: "Solicitar Información Profesional", href: "contact"
} }
]} ]}
/> />