diff --git a/src/pages/WaitlistLanding.tsx b/src/pages/WaitlistLanding.tsx index 534e5a6..d148029 100644 --- a/src/pages/WaitlistLanding.tsx +++ b/src/pages/WaitlistLanding.tsx @@ -4,6 +4,7 @@ import { HeroSection } from "@/components/landing/HeroSection" import { MetricsSection } from "@/components/landing/MetricsSection" import { HowItWorksSection } from "@/components/landing/HowItWorksSection" import { FAQSection } from "@/components/landing/FAQSection" +import { ChallengesSection } from "@/components/landing/ChallengesSection" const WaitlistLanding = () => { return ( @@ -14,6 +15,7 @@ const WaitlistLanding = () => { />
+