"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Award, Users, Zap, Shield, Home, Building2, Wrench, Lightbulb, AlertTriangle, CheckCircle } from "lucide-react"; export default function LandingPage() { return (
); }