"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Sparkles, TrendingUp, Target, Users, Award, Phone, Mail, MapPin } from 'lucide-react'; export default function MarketingAgencyPage() { return (
); }