Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-28 23:58:55 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -32,13 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio", href: "/"},
name: "Inicio", id: "/"},
{
name: "Productos", href: "/products"},
name: "Productos", id: "/products"},
{
name: "Quiénes Somos", href: "/#about"},
name: "Quiénes Somos", id: "/#about"},
{
name: "Contacto", href: "/#contact"},
name: "Contacto", id: "/#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/logo-with-circle-middle_698780-986.jpg"
logoAlt="INTERVALO Logo"

View File

@@ -26,13 +26,13 @@ export default function ProductsPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio", href: "/"},
name: "Inicio", id: "/"},
{
name: "Productos", href: "/products"},
name: "Productos", id: "/products"},
{
name: "Quiénes Somos", href: "/#about"},
name: "Quiénes Somos", id: "/#about"},
{
name: "Contacto", href: "/#contact"},
name: "Contacto", id: "/#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/logo-with-circle-middle_698780-986.jpg"
logoAlt="INTERVALO Logo"