Compare commits
5 Commits
version_19
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| cc1a072828 | |||
| abd1aad0d5 | |||
| 71e9ce6199 | |||
| f51dfcf874 | |||
| 0bbae846ee |
@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
logoText="Palancar Barbershop"
|
||||
description="Corte premium en el corazón de Hialeah. Mejore su estilo con maestros del oficio. Servicio de barbería diseñado para el hombre moderno."
|
||||
buttons={[{ text: "Reservar Cita", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777601004182-ilf1hmww.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777601004182-ilf1hmww.png?_wi=1"
|
||||
imageAlt="interior moderno de barbería"
|
||||
buttonClassName="text-sm md:text-base"
|
||||
/>
|
||||
@@ -71,20 +71,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
<TeamCardEleven
|
||||
title="Nuestro Equipo"
|
||||
animationType="blur-reveal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Nuestros maestros del oficio a tu servicio."
|
||||
members={[
|
||||
{ id: "carlos", name: "Carlos Palancar", role: "Master Barber" },
|
||||
{ id: "erick", name: "Erick Cabrera", role: "Master Barbero" },
|
||||
{ id: "carlosjr", name: "Carlos Palancar Jr.", role: "Master Barbero" },
|
||||
{ id: "brian", name: "Brian Teran", role: "Master Barbero" },
|
||||
{ id: "jose", name: "Jose Fernandez", role: "Master Barbero" },
|
||||
{ id: "rusbel", name: "Rusbel Hernandez", role: "Master Barbero" }
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Master Barbers",
|
||||
members: [
|
||||
{ id: "carlos", title: "Carlos Palancar", subtitle: "Master Barber", detail: "Experto en cortes clásicos" },
|
||||
{ id: "erick", title: "Erick Cabrera", subtitle: "Master Barbero", detail: "Especialista en degradados" },
|
||||
{ id: "carlosjr", title: "Carlos Palancar Jr.", subtitle: "Master Barbero", detail: "Estilista versátil" },
|
||||
{ id: "brian", title: "Brian Teran", subtitle: "Master Barbero", detail: "Técnico de barba" },
|
||||
{ id: "jose", title: "Jose Fernandez", subtitle: "Master Barbero", detail: "Cortes modernos" },
|
||||
{ id: "rusbel", title: "Rusbel Hernandez", subtitle: "Master Barbero", detail: "Atención al detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777601004182-ilf1hmww.png?_wi=2" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user