"use client"; import { StripePricingTable } from "@/lib/components/Stripe/PricingModal/components/PricingTable/PricingTable"; import { FooterSection, HomeHeader, HomeSection, TestimonialsSection, } from "../(home)/components"; import { UseCases } from "../(home)/components/UseCases/UseCases"; const ContactSalesPage = (): JSX.Element => { return (

Pricing

Explore our extensive free tier, or upgrade for more features.

{/* Stripe Pricing Table */}
); }; export default ContactSalesPage;