import HeroSection from './components/HeroSection'; import PricingSection from './components/PricingSection'; import ComparisonSection from './components/ComparisonSection'; import WhyUpgradeSection from './components/WhyUpgradeSection'; import TestimonialsSection from './components/TestimonialsSection'; import CTAFooter from './components/CTAFooter'; export default function DiscoPricingPage() { return (
); }