"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TagAbout from '@/components/sections/about/TagAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Github, Linkedin, Twitter, Sparkles, Mail } from "lucide-react"; export default function LandingPage() { return (
); }