"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TeamCardFour from '@/components/sections/team/TeamCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { TrendingUp, DollarSign, Building2, Target, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return (
); }