Skip to content

Commit

Permalink
Add waitlist sections for challenges and solutions
Browse files Browse the repository at this point in the history
Implemented two new sections in the waitlist page: "Challenges of Teachers" highlighting the demanding work conditions and "Pédagoia Solution" presenting the tailored solutions to alleviate workload. Added visual recommendations for infographics and icons to enhance presentation.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Dec 27, 2024
1 parent ccdebce commit 8209dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/WaitlistLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -14,6 +15,7 @@ const WaitlistLanding = () => {
/>
<Header />
<HeroSection />
<ChallengesSection />
<MetricsSection />
<HowItWorksSection />
<FAQSection />
Expand Down

0 comments on commit 8209dd5

Please sign in to comment.