"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Goal, Trophy, Users, Award } from "lucide-react"; export default function LandingPage() { return (
); }