"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Building2, Crown, CreditCard, Database, DollarSign, Map, MessageCircle, MessageSquare, Rocket, Send, Settings, ShoppingBag, Smartphone, Sparkles, Star, Target, TrendingUp, User, UtensilsCrossed, Zap, Mail, Instagram } from 'lucide-react'; import CardStack from '@/components/cardStack/CardStack'; export default function Page() { return (
); }