Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
209
src/app/page.tsx
209
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Heart } from "lucide-react";
|
||||
import { Heart, Zap, CheckCircle, Shield, Leaf, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,14 +29,8 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/productos",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Productos", id: "/productos" },
|
||||
]}
|
||||
brandName="Bebidas Artesanales"
|
||||
/>
|
||||
@@ -44,63 +38,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Sabores que refrescan tu vida"
|
||||
description="Descubre nuestra selección de bebidas artesanales hechas con ingredientes naturales, pensadas para cada momento de tu día."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Productos",
|
||||
href: "/productos",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r&_wi=1"
|
||||
buttons={[{ text: "Ver Productos", href: "/productos" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k0d67d",
|
||||
alt: "Cliente satisfecho 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmkknq",
|
||||
alt: "Cliente satisfecho 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to4xyt",
|
||||
alt: "Cliente satisfecho 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8zxzy4",
|
||||
alt: "Cliente satisfecho 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8",
|
||||
alt: "Cliente satisfecho 5",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k0d67d", alt: "Cliente satisfecho 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmkknq", alt: "Cliente satisfecho 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to4xyt", alt: "Cliente satisfecho 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8zxzy4", alt: "Cliente satisfecho 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8", alt: "Cliente satisfecho 5" },
|
||||
]}
|
||||
avatarText="Más de 500 clientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Natural",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sin conservantes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Recién exprimido",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calidad Premium",
|
||||
},
|
||||
{ type: "text", text: "100% Natural" },
|
||||
{ type: "text", text: "Artesanal" },
|
||||
{ type: "text", text: "Sin conservantes" },
|
||||
{ type: "text", text: "Recién exprimido" },
|
||||
{ type: "text", text: "Calidad Premium" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,7 +69,7 @@ export default function LandingPage() {
|
||||
title="Pura pasión por lo natural"
|
||||
description="Nuestra mipyme nació con un propósito claro: ofrecer bebidas auténticas que respeten la esencia de los ingredientes naturales."
|
||||
subdescription="Sin conservantes, sin colorantes artificiales, solo sabor real de frutas y especias seleccionadas."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Heart}
|
||||
/>
|
||||
@@ -123,41 +80,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Frescura Garantizada",
|
||||
description: "Ingredientes frescos de temporada cosechados a mano.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk&_wi=1",
|
||||
imageAlt: "frutas frescas ingredientes naturales",
|
||||
},
|
||||
{
|
||||
title: "Procesos Artesanales",
|
||||
description: "Elaboración pequeña escala para asegurar calidad total.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r&_wi=2",
|
||||
imageAlt: "frutas frescas ingredientes naturales",
|
||||
},
|
||||
{
|
||||
title: "Sin Aditivos",
|
||||
description: "Nada de químicos añadidos, pura fruta y bienestar.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub&_wi=2",
|
||||
imageAlt: "frutas frescas ingredientes naturales",
|
||||
},
|
||||
{
|
||||
title: "Embalaje Ecológico",
|
||||
description: "Comprometidos con el planeta en cada botella.",
|
||||
buttonIcon: "Leaf",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8&_wi=1",
|
||||
imageAlt: "frutas frescas ingredientes naturales",
|
||||
},
|
||||
{
|
||||
title: "Envío Rápido",
|
||||
description: "Llevamos la frescura directo a tu puerta.",
|
||||
buttonIcon: "Truck",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo&_wi=1",
|
||||
imageAlt: "frutas frescas ingredientes naturales",
|
||||
},
|
||||
{ title: "Frescura Garantizada", description: "Ingredientes frescos de temporada cosechados a mano.", buttonIcon: Zap, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk" },
|
||||
{ title: "Procesos Artesanales", description: "Elaboración pequeña escala para asegurar calidad total.", buttonIcon: CheckCircle, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r" },
|
||||
{ title: "Sin Aditivos", description: "Nada de químicos añadidos, pura fruta y bienestar.", buttonIcon: Shield, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub" },
|
||||
{ title: "Embalaje Ecológico", description: "Comprometidos con el planeta en cada botella.", buttonIcon: Leaf, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8" },
|
||||
{ title: "Envío Rápido", description: "Llevamos la frescura directo a tu puerta.", buttonIcon: Truck, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo" },
|
||||
]}
|
||||
title="Por qué elegir nuestras bebidas"
|
||||
description="Seleccionamos minuciosamente cada fruta y planta para llevar hasta ti un producto que marca la diferencia en cada sorbo."
|
||||
@@ -169,61 +96,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sofía M.",
|
||||
date: "12/04/2024",
|
||||
title: "Increíble",
|
||||
quote: "La limonada es mi favorita, se nota la frescura.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k0d67d",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r&_wi=3",
|
||||
imageAlt: "joven feliz bebiendo natural",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos G.",
|
||||
date: "10/05/2024",
|
||||
title: "Sabor Único",
|
||||
quote: "El batido de fresa es otro nivel, muy natural.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmkknq",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub&_wi=3",
|
||||
imageAlt: "joven feliz bebiendo natural",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ana R.",
|
||||
date: "15/05/2024",
|
||||
title: "Muy Saludable",
|
||||
quote: "Me encanta que no tengan azúcar añadida.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to4xyt",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk&_wi=2",
|
||||
imageAlt: "joven feliz bebiendo natural",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier P.",
|
||||
date: "20/05/2024",
|
||||
title: "Excelente Calidad",
|
||||
quote: "Los mejores ingredientes siempre presentes.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8zxzy4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8&_wi=2",
|
||||
imageAlt: "joven feliz bebiendo natural",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lucía V.",
|
||||
date: "22/05/2024",
|
||||
title: "Refrescante",
|
||||
quote: "Es justo lo que necesitaba este verano.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5duk4d&_wi=1",
|
||||
imageAlt: "joven feliz bebiendo natural",
|
||||
},
|
||||
{ id: "t1", name: "Sofía M.", date: "12/04/2024", title: "Increíble", quote: "La limonada es mi favorita, se nota la frescura.", tag: "Cliente", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k0d67d", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r" },
|
||||
{ id: "t2", name: "Carlos G.", date: "10/05/2024", title: "Sabor Único", quote: "El batido de fresa es otro nivel, muy natural.", tag: "Cliente", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmkknq", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub" },
|
||||
{ id: "t3", name: "Ana R.", date: "15/05/2024", title: "Muy Saludable", quote: "Me encanta que no tengan azúcar añadida.", tag: "Cliente", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to4xyt", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk" },
|
||||
{ id: "t4", name: "Javier P.", date: "20/05/2024", title: "Excelente Calidad", quote: "Los mejores ingredientes siempre presentes.", tag: "Cliente", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8zxzy4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8" },
|
||||
{ id: "t5", name: "Lucía V.", date: "22/05/2024", title: "Refrescante", quote: "Es justo lo que necesitaba este verano.", tag: "Cliente", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5duk4d" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La satisfacción de nuestros clientes nos impulsa a seguir creando los mejores sabores naturales."
|
||||
@@ -233,9 +110,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="¿Quieres saber más?"
|
||||
description="Suscríbete a nuestro boletín para recibir ofertas especiales y novedades de nuestros nuevos sabores."
|
||||
@@ -245,32 +120,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Productos",
|
||||
href: "/productos",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legales",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegación", items: [{ label: "Inicio", href: "/" }, { label: "Productos", href: "/productos" }] },
|
||||
{ title: "Legales", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Bebidas Artesanales."
|
||||
bottomRightText="Hecho con amor."
|
||||
|
||||
@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Check, MapPin, ShieldCheck, Droplet } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ProductosPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,14 +26,8 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/productos",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Productos", id: "/productos" },
|
||||
]}
|
||||
brandName="Bebidas Artesanales"
|
||||
/>
|
||||
@@ -45,42 +40,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Jugo Naranja",
|
||||
price: "$3.50",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8&_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Té Helado",
|
||||
price: "$3.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Limonada Menta",
|
||||
price: "$2.50",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5duk4d&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Batido Fresa",
|
||||
price: "$4.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z5l3z5",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Agua Pepino",
|
||||
price: "$2.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=euu05s",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Refresco Natural",
|
||||
price: "$3.20",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1h77m2",
|
||||
},
|
||||
{ id: "p1", name: "Jugo Naranja", price: "$3.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8" },
|
||||
{ id: "p2", name: "Té Helado", price: "$3.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eabkvo" },
|
||||
{ id: "p3", name: "Limonada Menta", price: "$2.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5duk4d" },
|
||||
{ id: "p4", name: "Batido Fresa", price: "$4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z5l3z5" },
|
||||
{ id: "p5", name: "Agua Pepino", price: "$2.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=euu05s" },
|
||||
{ id: "p6", name: "Refresco Natural", price: "$3.20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1h77m2" },
|
||||
]}
|
||||
title="Nuestra Variedad de Bebidas"
|
||||
description="Explora toda nuestra carta de sabores naturales, diseñados para hidratarte con estilo y calidad."
|
||||
@@ -94,34 +59,10 @@ export default function LandingPage() {
|
||||
title="Compromiso de Calidad"
|
||||
description="Cada proceso está certificado para garantizar la pureza del sabor y la salud de nuestros consumidores."
|
||||
features={[
|
||||
{
|
||||
title: "Sin conservantes",
|
||||
description: "100% natural sin aditivos químicos.",
|
||||
buttonIcon: "Check",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r&_wi=4",
|
||||
imageAlt: "refrescante bebida natural verano",
|
||||
},
|
||||
{
|
||||
title: "Fruta de origen",
|
||||
description: "Directo del agricultor a la botella.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub&_wi=4",
|
||||
imageAlt: "refrescante bebida natural verano",
|
||||
},
|
||||
{
|
||||
title: "Higiene total",
|
||||
description: "Procesos de envasado estériles.",
|
||||
buttonIcon: "ShieldCheck",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk&_wi=3",
|
||||
imageAlt: "refrescante bebida natural verano",
|
||||
},
|
||||
{
|
||||
title: "Sabor intenso",
|
||||
description: "Equilibrio perfecto en cada mezcla.",
|
||||
buttonIcon: "Droplet",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8&_wi=4",
|
||||
imageAlt: "refrescante bebida natural verano",
|
||||
},
|
||||
{ title: "Sin conservantes", description: "100% natural sin aditivos químicos.", buttonIcon: Check, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9c5l5r" },
|
||||
{ title: "Fruta de origen", description: "Directo del agricultor a la botella.", buttonIcon: MapPin, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq2hub" },
|
||||
{ title: "Higiene total", description: "Procesos de envasado estériles.", buttonIcon: ShieldCheck, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lc7kk" },
|
||||
{ title: "Sabor intenso", description: "Equilibrio perfecto en cada mezcla.", buttonIcon: Droplet, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh24s8" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,32 +70,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Productos",
|
||||
href: "/productos",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legales",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegación", items: [{ label: "Inicio", href: "/" }, { label: "Productos", href: "/productos" }] },
|
||||
{ title: "Legales", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Bebidas Artesanales."
|
||||
bottomRightText="Hecho con amor."
|
||||
|
||||
Reference in New Issue
Block a user