"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Building2, Users, Star, Award } from 'lucide-react'; import Link from "next/link"; export default function HomePage() { return (
); }