"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 { Sparkles, Lock, Bell, Palette, Hammer, Rocket, TestTube, Share2, Settings, BarChart3, HelpCircle, Users, Code, Zap, Shield, Layout, Square, FileText, CreditCard, Navigation, Globe, Headphones, Star, Crown, Mail } from "lucide-react"; export default function LandingPage() { return (
); }