"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { TrendingUp, Users, Award, Target, Rocket, Linkedin, Twitter, Facebook, Instagram } from "lucide-react"; export default function MarketingPage() { return (
); }