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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
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";
|
import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -71,21 +71,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardEleven
|
<TeamCardSix
|
||||||
title="Nuestro Equipo"
|
title="Nuestro Equipo"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
description="Nuestros expertos a tu servicio."
|
description="Nuestros maestros del oficio a tu servicio."
|
||||||
groups={[
|
members={[
|
||||||
{
|
{ id: "carlos", name: "Carlos Palancar", role: "Master Barber" },
|
||||||
id: "barbers",
|
{ id: "erick", name: "Erick Cabrera", role: "Master Barbero" },
|
||||||
groupTitle: "Expertos Barberos",
|
{ id: "carlosjr", name: "Carlos Palancar Jr.", role: "Master Barbero" },
|
||||||
members: [
|
{ id: "brian", name: "Brian Teran", role: "Master Barbero" },
|
||||||
{ id: "member1", title: "Carlos", subtitle: "Master Barber", detail: "Más de 10 años de experiencia perfeccionando cortes clásicos y modernos." },
|
{ id: "jose", name: "Jose Fernandez", role: "Master Barbero" },
|
||||||
{ id: "member2", title: "Luis", subtitle: "Barber Expert", detail: "Especialista en degradados y estilos urbanos de alta precisión." }
|
{ id: "rusbel", name: "Rusbel Hernandez", role: "Master Barbero" }
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user