"use client"; import Link from 'next/link'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { CheckCircle, Shield, Clock, Users } from 'lucide-react'; export default function HomePage() { return (
); }