"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Sparkles, Zap, MapPin, Anchor, Trophy, Award, Star, HelpCircle, Users, Mail } from 'lucide-react'; export default function LandingPage() { return (
); }