"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Facebook, Globe, Instagram, Shield, Star, Twitter, Users, Youtube } from "lucide-react"; export default function LandingPage() { return (
); }