"use client" import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Compass, Award, Trophy, Users, MapPin, Clock, Star, Heart, Phone } from "lucide-react"; export default function LandingPage() { return (
); }