"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Heart, Award, Shield } from 'lucide-react'; export default function LandingPage() { return (
); }