"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Download, Gamepad2, Globe, Shield, Swords, TrendingUp, Users, Zap } from 'lucide-react'; export default function LandingPage() { return (
); }