diff --git a/src/pages/index.astro b/src/pages/index.astro
index 196c6fa..600dcc3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,8 +6,6 @@ import FeatureBlocks from '../components/home/FeatureBlocks.astro';
import QuoteBanner from '../components/home/QuoteBanner.astro';
import TrainingCards from '../components/home/TrainingCards.astro';
import ServicesGrid from '../components/home/ServicesGrid.astro';
-import Agenda from '../components/Agenda.astro';
-import TeamSection from '../components/home/TeamSection.astro';
import MethodSteps from '../components/home/MethodSteps.astro';
import PartnersStrip from '../components/home/PartnersStrip.astro';
import T from '../components/content/T.astro';
@@ -27,8 +25,6 @@ export const prerender = false;
-
-