Compare commits
8 Commits
version_16
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 350bb9f88b | |||
| bf74670a1a | |||
| b2bae69280 | |||
| eb146800e9 | |||
| da9c9826cb | |||
| 58220cb1c9 | |||
| e0e71a8745 | |||
| 4eb2250b7d |
@@ -10,6 +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 { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -69,6 +70,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user