Merge version_1 into main #2
@@ -27,21 +27,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Tienda",
|
||||
id: "/tienda",
|
||||
},
|
||||
name: "Tienda", id: "/tienda"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "/nosotros",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "/nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="Delicatessen SMR"
|
||||
/>
|
||||
@@ -54,19 +46,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Años de pasión",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Años de pasión", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clientes felices",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Clientes felices", value: "5000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Productos Premium",
|
||||
value: "500",
|
||||
},
|
||||
label: "Productos Premium", value: "500"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -81,27 +67,13 @@ export default function LandingPage() {
|
||||
description="Los apasionados detrás de cada selección."
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Fundadores",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Fundadores", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Laura S.",
|
||||
subtitle: "CEO",
|
||||
detail: "Experta en productos artesanos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", title: "Laura S.", subtitle: "CEO", detail: "Experta en productos artesanos.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Miguel R.",
|
||||
subtitle: "CBO",
|
||||
detail: "Apasionado por la logística premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", title: "Miguel R.", subtitle: "CBO", detail: "Apasionado por la logística premium.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-looking-glass-red-wine_107420-65843.jpg",
|
||||
imageAlt: "sommelier portrait wine",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-looking-glass-red-wine_107420-65843.jpg", imageAlt: "sommelier portrait wine"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,37 +83,23 @@ export default function LandingPage() {
|
||||
logoText="Delicatessen SMR"
|
||||
columns={[
|
||||
{
|
||||
title: "Tienda",
|
||||
items: [
|
||||
title: "Tienda", items: [
|
||||
{
|
||||
label: "Jamones",
|
||||
href: "/tienda#jamones",
|
||||
},
|
||||
label: "Jamones", href: "/tienda#jamones"},
|
||||
{
|
||||
label: "Quesos",
|
||||
href: "/tienda#quesos",
|
||||
},
|
||||
label: "Quesos", href: "/tienda#quesos"},
|
||||
{
|
||||
label: "Vinos",
|
||||
href: "/tienda#vinos",
|
||||
},
|
||||
label: "Vinos", href: "/tienda#vinos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "/legal",
|
||||
},
|
||||
label: "Aviso Legal", href: "/legal"},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "/privacidad",
|
||||
},
|
||||
label: "Privacidad", href: "/privacidad"},
|
||||
{
|
||||
label: "Cookies",
|
||||
href: "/cookies",
|
||||
},
|
||||
label: "Cookies", href: "/cookies"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user