"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import TeamCardFour from '@/components/sections/team/TeamCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Target, Award, Palette, TrendingUp, BookOpen, Users, MessageSquare, Zap } from "lucide-react"; export default function LandingPage() { return (
); }