"use client" import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Zap, Trophy, BarChart3, MessageSquare, Users, Star, Award, Heart, Twitch, Youtube, Twitter, MessageCircle, Instagram } from "lucide-react"; export default function LandingPage() { return (
); }