"use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Zap, Mail, Linkedin, Twitter, Globe, Award } from "lucide-react"; export default function HomePage() { return (
); }