Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user