"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from 'next/link'; import { Sparkles, Award, Zap, TrendingUp, Star } from 'lucide-react'; export default function HomePage() { return ( {/* Navbar */} {/* Hero Section */}
{/* About Section */}
{/* Services Section */}
{/* Portfolio Section */}
{/* Testimonials Section */}
{/* Contact Section */}
{/* Footer */}
); }