"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, Zap, Shield, Mail } from "lucide-react"; export default function LandingPage() { return (
); }