"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Heart, Sparkles, Zap, Star, TrendingUp, Users, Home, Award, HelpCircle } from "lucide-react"; export default function LandingPage() { return (
); }