diff --git a/pages/LeadPage.tsx b/pages/LeadPage.tsx index e2f611b..df8148a 100644 --- a/pages/LeadPage.tsx +++ b/pages/LeadPage.tsx @@ -1,4 +1,6 @@ -import ContentSectionLead from '../components/ContentSectionLead' +import ContentSectionAbout from '../components/ContentSectionAbout' +import ContentSectionSale from '../components/ContentSectionSale' +import ContentSectionRisks from '../components/ContentSectionRisks' import FooterSection from '../components/FooterSection' import HeroSectionLead from '../components/HeroSectionLead' @@ -6,7 +8,9 @@ const LeadPage = () => { return ( <> - + + + )