"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { CreditCard, Heart, Sparkles, Star, Zap } from "lucide-react"; export default function LandingPage() { return (
); }