modified: src/pages/index.astro

This commit is contained in:
Anderson 2026-01-18 23:58:06 +00:00 committed by GitHub
parent df49315fde
commit 8b798493f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';
---