"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroOverlayBottomSplit from '@/components/sections/hero/HeroOverlayBottomSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import SocialProofThree from '@/components/sections/socialProof/SocialProofThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Coffee, Star, Users, Award } from 'lucide-react'; export default function LandingPage() { return (
); }