diff --git a/src/pages/index.astro b/src/pages/index.astro index d8d8a2e..10840ac 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,6 +12,9 @@ import WhyAeThexSection from '../components/WhyAeThexSection.astro'; import SocialProofSection from '../components/SocialProofSection.astro'; import QuickstartGuideSection from '../components/QuickstartGuideSection.astro'; import FooterSection from '../components/FooterSection.astro'; +import CommunityWall from '../components/CommunityWall.astro'; +import EventsWebinarsSection from '../components/EventsWebinarsSection.astro'; +import LanguageSwitcher from '../components/LanguageSwitcher.astro'; ---