"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import AboutMetric from '@/components/sections/about/AboutMetric'; import MetricCardEight from '@/components/sections/metrics/MetricCardEight'; import PricingCardSix from '@/components/sections/pricing/PricingCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { AlertCircle, Zap, Trophy, Gauge, Shield } from "lucide-react"; export default function Page() { return (
); }