Compare commits
5 Commits
version_17
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 350bb9f88b | |||
| bf74670a1a | |||
| b2bae69280 | |||
| eb146800e9 | |||
| 58220cb1c9 |
@@ -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 TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -71,21 +71,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
<TeamCardSix
|
||||
title="Nuestro Equipo"
|
||||
animationType="blur-reveal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Nuestros expertos a tu servicio."
|
||||
groups={[
|
||||
{
|
||||
id: "barbers",
|
||||
groupTitle: "Expertos Barberos",
|
||||
members: [
|
||||
{ id: "member1", title: "Carlos", subtitle: "Master Barber", detail: "Más de 10 años de experiencia perfeccionando cortes clásicos y modernos." },
|
||||
{ id: "member2", title: "Luis", subtitle: "Barber Expert", detail: "Especialista en degradados y estilos urbanos de alta precisión." }
|
||||
]
|
||||
}
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user