Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 14:47:47 +00:00
2 changed files with 10 additions and 11 deletions

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"

View File

@@ -32,15 +32,15 @@ export default function ShortsPotrerosPage() {
<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"
@@ -68,7 +68,6 @@ export default function ShortsPotrerosPage() {
<TextAbout
useInvertedBackground={true}
title="La esencia del potrero en cada diseño."
description="En PotrerosFC, no solo vendemos shorts, celebramos la cultura del fútbol callejero y la pasión que define a cada jugador. Cada pieza es un tributo a la autenticidad y al espíritu inquebrantable de la cancha."
/>
</div>