"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import { Sparkles, Users, TrendingUp, Zap, Star, Heart, Flower } from "lucide-react"; export default function LandingPage() { return (
); }