Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user