"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; import { Crown, Building2, Sparkles, TrendingUp, Users, Award, Mail, Quote } from "lucide-react"; export default function HomePage() { return (
); }