"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { CheckCircle, Star, Shield, Zap } from 'lucide-react'; export default function LandingPage() { return (
); }