"use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Target, Rocket, TrendingUp, Users, Award, Zap, Lightbulb } from "lucide-react"; export default function HomePage() { return (
); }