"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Award, Building2, DollarSign, Github, Linkedin, Mail, Star, Target, TrendingUp, Twitter, Users, Workflow, Zap } from "lucide-react"; export default function LandingPage() { return (
); }