Merge version_1 into main #2
@@ -4,8 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -25,38 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "/galeria",
|
||||
},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "/equipo",
|
||||
},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "/opiniones",
|
||||
},
|
||||
{
|
||||
name: "Reservar cita",
|
||||
id: "/reservar",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
{
|
||||
name: "Sobre nosotros",
|
||||
id: "/sobre",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "/servicios" },
|
||||
{ name: "Galería", id: "/galeria" },
|
||||
{ name: "Equipo", id: "/equipo" },
|
||||
{ name: "Opiniones", id: "/opiniones" },
|
||||
{ name: "Reservar cita", id: "/reservar" },
|
||||
{ name: "Contacto", id: "/contacto" },
|
||||
{ name: "Sobre nosotros", id: "/sobre" },
|
||||
]}
|
||||
brandName="Sharp Blendz"
|
||||
/>
|
||||
@@ -70,15 +46,9 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-male-barber-uniform-holding-points-hair-clippers-isolated-orange_141793-73527.jpg",
|
||||
},
|
||||
id: "1", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-male-barber-uniform-holding-points-hair-clippers-isolated-orange_141793-73527.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordi L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg",
|
||||
},
|
||||
id: "2", name: "Jordi L.", imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -93,26 +63,12 @@ export default function LandingPage() {
|
||||
description="Conoce a quienes mantienen tu estilo al máximo nivel."
|
||||
groups={[
|
||||
{
|
||||
id: "1",
|
||||
groupTitle: "Expertos en Corte",
|
||||
members: [
|
||||
id: "1", groupTitle: "Expertos en Corte", members: [
|
||||
{
|
||||
id: "member-01",
|
||||
title: "Carlos M.",
|
||||
subtitle: "Head Barber",
|
||||
detail: "Especialista en degradados avanzados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-comb-with-scissors-isolated-blue_141793-73587.jpg",
|
||||
},
|
||||
id: "member-01", title: "Carlos M.", subtitle: "Head Barber", detail: "Especialista en degradados avanzados.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-comb-with-scissors-isolated-blue_141793-73587.jpg"},
|
||||
{
|
||||
id: "member-02",
|
||||
title: "Jordi L.",
|
||||
subtitle: "Barber",
|
||||
detail: "Experto en afeitado a navaja.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-hair-clippers-showing-okey-gesture-isolated-orange_141793-73546.jpg",
|
||||
},
|
||||
id: "member-02", title: "Jordi L.", subtitle: "Barber", detail: "Experto en afeitado a navaja.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-hair-clippers-showing-okey-gesture-isolated-orange_141793-73546.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg?_wi=2",
|
||||
imageAlt: "Smiling young handsome male barber in uniform holding comb with scissors isolated on blue",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -123,33 +79,16 @@ export default function LandingPage() {
|
||||
logoText="Sharp Blendz"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/servicios",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
title: "Menú", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Contacto", href: "/contacto" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidad", href: "#" },
|
||||
{ label: "Aviso Legal", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -159,4 +98,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,38 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "/galeria",
|
||||
},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "/equipo",
|
||||
},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "/opiniones",
|
||||
},
|
||||
{
|
||||
name: "Reservar cita",
|
||||
id: "/reservar",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
{
|
||||
name: "Sobre nosotros",
|
||||
id: "/sobre",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "/servicios" },
|
||||
{ name: "Galería", id: "/galeria" },
|
||||
{ name: "Equipo", id: "/equipo" },
|
||||
{ name: "Opiniones", id: "/opiniones" },
|
||||
{ name: "Reservar cita", id: "/reservar" },
|
||||
{ name: "Contacto", id: "/contacto" },
|
||||
{ name: "Sobre nosotros", id: "/sobre" },
|
||||
]}
|
||||
brandName="Sharp Blendz"
|
||||
/>
|
||||
@@ -67,9 +43,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Historia"
|
||||
description={[
|
||||
"Nacimos en Barcelona con la ambición de redefinir el cuidado masculino.",
|
||||
"Sharp Blendz es más que una barbería; es un punto de encuentro para quienes buscan la excelencia.",
|
||||
]}
|
||||
"Nacimos en Barcelona con la ambición de redefinir el cuidado masculino.", "Sharp Blendz es más que una barbería; es un punto de encuentro para quienes buscan la excelencia."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,18 +53,10 @@ export default function LandingPage() {
|
||||
title="Nuestros Valores"
|
||||
sections={[
|
||||
{
|
||||
heading: "Pasión por el detalle",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Cada corte es ejecutado con la máxima precisión técnica.",
|
||||
},
|
||||
heading: "Pasión por el detalle", content: { text: "Cada corte es ejecutado con la máxima precisión técnica." },
|
||||
},
|
||||
{
|
||||
heading: "Innovación constante",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Fusionamos técnicas de vanguardia con la maestría clásica.",
|
||||
},
|
||||
heading: "Innovación constante", content: { text: "Fusionamos técnicas de vanguardia con la maestría clásica." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -101,33 +67,16 @@ export default function LandingPage() {
|
||||
logoText="Sharp Blendz"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/servicios",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
title: "Menú", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Contacto", href: "/contacto" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidad", href: "#" },
|
||||
{ label: "Aviso Legal", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -137,4 +86,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user