From 8b798493f75dddb78ad5cbd6e6e068c12040b304 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 18 Jan 2026 23:58:06 +0000 Subject: [PATCH] modified: src/pages/index.astro --- src/pages/index.astro | 3 +++ 1 file changed, 3 insertions(+) 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'; ---