"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react"; export default function LandingPage() { const handleLinkClick = (href: string) => { if (href?.startsWith('tel:')) { window.location.href = href; } }; return (
handleLinkClick("tel:305-824-9966") }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777601004182-ilf1hmww.png" imageAlt="interior moderno de barbería" buttonClassName="text-sm md:text-base" />
handleLinkClick("tel:305-824-9966") }]} />
handleLinkClick("tel:305-824-9966") }]} />
handleLinkClick("tel:305-824-9966") }, { text: "786-302-3671 (Celular)", href: "tel:786-302-3671", onClick: () => handleLinkClick("tel:786-302-3671") } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} containerClassName="max-w-7xl mx-auto" contentClassName="max-w-7xl mx-auto" buttonClassName="whitespace-nowrap px-4 text-sm" />
); }