"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Zap, Sparkles, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return (

Scale Your Business with Intelligent Automation

Product showcase
); }