"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { BookOpen, Code2, Github, Lightbulb, Linkedin, Mail, Sparkles, Star, Target, Twitter, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
); }