From 4aa77837f1417ff9a2878d84b48bd953d3f168a2 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 27 Jul 2021 17:01:34 -0700 Subject: [PATCH] added new sections --- pages/LeadPage.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ( <> - + + + )