Update src/app/terminos-condiciones/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function TerminosCondicionesPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="elastic-effect"
|
defaultButtonVariant="elastic-effect"
|
||||||
@@ -25,38 +25,30 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tienda",
|
name: "Tienda", id: "/tienda"},
|
||||||
id: "/tienda",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mi Cuenta",
|
name: "Mi Cuenta", id: "/mi-cuenta"},
|
||||||
id: "/mi-cuenta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nosotros",
|
name: "Nosotros", id: "/nosotros"},
|
||||||
id: "/nosotros",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Contacto", id: "/contacto"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Políticas de Envío", id: "/politicas-envio"},
|
||||||
id: "/contacto",
|
{
|
||||||
},
|
name: "Políticas de Devolución", id: "/politicas-devolucion"},
|
||||||
|
{
|
||||||
|
name: "Aviso de Privacidad", id: "/aviso-privacidad"},
|
||||||
|
{
|
||||||
|
name: "Términos y Condiciones", id: "/terminos-condiciones"},
|
||||||
|
{
|
||||||
|
name: "Preguntas Frecuentes", id: "/preguntas-frecuentes"}
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Ver Carrito",
|
text: "Ver Carrito", href: "/carrito"}}
|
||||||
href: "/carrito",
|
|
||||||
}}
|
|
||||||
topBarButton={{
|
topBarButton={{
|
||||||
text: "Iniciar Sesión",
|
text: "Iniciar Sesión", href: "/mi-cuenta"}}
|
||||||
href: "/mi-cuenta",
|
|
||||||
}}
|
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-monochrome-serious-russian-bear-traditional-ushanka-hat_225004-600.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/vintage-monochrome-serious-russian-bear-traditional-ushanka-hat_225004-600.jpg"
|
||||||
logoAlt="Oso Outfitters Logo"
|
logoAlt="Oso Outfitters Logo"
|
||||||
brandName="Oso Outfitters"
|
brandName="Oso Outfitters"
|
||||||
@@ -68,6 +60,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Términos y Condiciones"
|
title="Términos y Condiciones"
|
||||||
description="Al utilizar el sitio web de Oso Outfitters y realizar compras, aceptas los siguientes términos y condiciones. Estos rigen la relación entre el cliente y nuestra empresa, incluyendo políticas de venta, uso del sitio, derechos y responsabilidades. Te invitamos a leerlos detenidamente para asegurar una experiencia clara y satisfactoria. Nos reservamos el derecho de modificar estos términos en cualquier momento."
|
description="Al utilizar el sitio web de Oso Outfitters y realizar compras, aceptas los siguientes términos y condiciones. Estos rigen la relación entre el cliente y nuestra empresa, incluyendo políticas de venta, uso del sitio, derechos y responsabilidades. Te invitamos a leerlos detenidamente para asegurar una experiencia clara y satisfactoria. Nos reservamos el derecho de modificar estos términos en cualquier momento."
|
||||||
|
metrics={[]}
|
||||||
tag="Acuerdo de Usuario"
|
tag="Acuerdo de Usuario"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-holding-dartboard-t-shirt-cap-looking-sensible_176474-16224.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-male-holding-dartboard-t-shirt-cap-looking-sensible_176474-16224.jpg"
|
||||||
imageAlt="Documento con términos y condiciones"
|
imageAlt="Documento con términos y condiciones"
|
||||||
@@ -78,77 +71,48 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/old-wood-background_74190-7776.jpg?_wi=11"
|
imageSrc="http://img.b2bpic.net/free-photo/old-wood-background_74190-7776.jpg"
|
||||||
imageAlt="Fondo robusto de bosque oscuro para footer"
|
imageAlt="Fondo robusto de bosque oscuro para footer"
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-monochrome-serious-russian-bear-traditional-ushanka-hat_225004-600.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/vintage-monochrome-serious-russian-bear-traditional-ushanka-hat_225004-600.jpg"
|
||||||
logoAlt="Oso Outfitters Logo"
|
logoAlt="Oso Outfitters Logo"
|
||||||
logoText="Oso Outfitters"
|
logoText="Oso Outfitters"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Comprar",
|
title: "Comprar", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Armas Largas",
|
label: "Armas Largas", href: "/tienda?category=armas-largas"},
|
||||||
href: "/tienda?category=armas-largas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Armas Cortas",
|
label: "Armas Cortas", href: "/tienda?category=armas-cortas"},
|
||||||
href: "/tienda?category=armas-cortas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Municiones",
|
label: "Municiones", href: "/tienda?category=municiones"},
|
||||||
href: "/tienda?category=municiones",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Accesorios",
|
label: "Accesorios", href: "/tienda?category=accesorios"},
|
||||||
href: "/tienda?category=accesorios",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Oso Outfitters",
|
title: "Oso Outfitters", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Nosotros",
|
label: "Nosotros", href: "/nosotros"},
|
||||||
href: "/nosotros",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mi Cuenta",
|
label: "Mi Cuenta", href: "/mi-cuenta"},
|
||||||
href: "/mi-cuenta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contacto",
|
label: "Contacto", href: "/contacto"},
|
||||||
href: "/contacto",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Ayuda",
|
title: "Ayuda", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Preguntas Frecuentes",
|
label: "Preguntas Frecuentes", href: "/preguntas-frecuentes"},
|
||||||
href: "/preguntas-frecuentes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Políticas de Envío",
|
label: "Políticas de Envío", href: "/politicas-envio"},
|
||||||
href: "/politicas-envio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Políticas de Devolución",
|
label: "Políticas de Devolución", href: "/politicas-devolucion"},
|
||||||
href: "/politicas-devolucion",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Aviso de Privacidad",
|
label: "Aviso de Privacidad", href: "/aviso-privacidad"},
|
||||||
href: "/aviso-privacidad",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Términos y Condiciones",
|
label: "Términos y Condiciones", href: "/terminos-condiciones"},
|
||||||
href: "/terminos-condiciones",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user