"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Zap, CheckCircle, Sparkles, Award, Crown } from "lucide-react"; export default function LandingPage() { return (
); }