Compare commits
2 Commits
6594f6da53
...
708410bbf1
| Author | SHA1 | Date | |
|---|---|---|---|
| 708410bbf1 | |||
| 53af0ca00e |
Binary file not shown.
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 36 KiB |
@@ -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;
|
||||
</section>
|
||||
<TrainingCards />
|
||||
<ServicesGrid />
|
||||
<Agenda />
|
||||
<TeamSection />
|
||||
<MethodSteps />
|
||||
<PartnersStrip />
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user