Update src/app/page.tsx

This commit is contained in:
2026-06-03 14:47:44 +00:00
parent dcde38ff06
commit fdb3bb5de5

View File

@@ -32,15 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio", href: "/"},
name: "Inicio", id: "/"},
{
name: "Nosotros", href: "/#about"},
name: "Nosotros", id: "/#about"},
{
name: "Shorts", href: "/shorts-potreros"},
name: "Shorts", id: "/shorts-potreros"},
{
name: "Testimonios", href: "/#testimonials"},
name: "Testimonios", id: "/#testimonials"},
{
name: "Contacto", href: "/#contact"},
name: "Contacto", id: "/#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52025.jpg"
logoAlt="PotrerosFC Logo"