diff --git a/src/pages/index.astro b/src/pages/index.astro index e74a383..dfecb9a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,22 +3,22 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import SiteHeader from '../components/SiteHeader.astro'; import SiteFooter from '../components/SiteFooter.astro'; import Hero from '../components/sections/Hero.astro'; -import DualValueProps from '../components/sections/DualValueProps.astro'; -import ProductShowcase from '../components/sections/ProductShowcase.astro'; +import SocialProofStrip from '../components/sections/SocialProofStrip.astro'; +import ThreeAmWalkthrough from '../components/sections/ThreeAmWalkthrough.astro'; import HowItWorks from '../components/sections/HowItWorks.astro'; import WhyUs from '../components/sections/WhyUs.astro'; import PricingTeaser from '../components/sections/PricingTeaser.astro'; import FinalCTA from '../components/sections/FinalCTA.astro'; ---
- - + +