Fix page layout
This commit is contained in:
+3
-35
@@ -1,27 +1,10 @@
|
||||
import Layout from "../components/layout/Layout"
|
||||
import Banner13_5 from "../components/sections/Banner13_5"
|
||||
//import Brands1_11 from "../components/sections/Brands1_11"
|
||||
// import Ct01_15 from "../components/sections/Ct01_15"
|
||||
import Ct01_16 from "../components/sections/Ct01_16"
|
||||
// import Ct02_27 from "../components/sections/Ct02_27"
|
||||
// import Ct03_6 from "../components/sections/Ct03_6"
|
||||
// import Ct04_7 from "../components/sections/Ct04_7"
|
||||
// import Faqs3_9 from "../components/sections/Faqs3_9"
|
||||
//import Features13_5 from "../components/sections/Features13_5"
|
||||
//import Features1_2 from "../components/sections/Features1_2"
|
||||
// import Features5_8 from "../components/sections/Features5_8"
|
||||
//import Hero13 from "../components/sections/Hero13"
|
||||
// import Integrations2_6 from "../components/sections/Integrations2_6"
|
||||
// import Lnk1_13 from "../components/sections/Lnk1_13"
|
||||
// import Lnk2_13 from "../components/sections/Lnk2_13"
|
||||
// import Reviews2_3 from "../components/sections/Reviews2_3"
|
||||
//import Statistic5_3 from "../components/sections/Statistic5_3"
|
||||
import MersmHero from "../components/sections/MersmHero";
|
||||
import MermsFeatures from "../components/sections/MermsFeatures";
|
||||
import MermsAbout from "../components/sections/MermsAbout";
|
||||
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
|
||||
import MermsFeatures2 from "../components/sections/MermsFeatures2";
|
||||
|
||||
import MermsBanner from "../components/sections/MermsBanner";
|
||||
|
||||
export default function ProductHome() {
|
||||
|
||||
@@ -29,28 +12,13 @@ export default function ProductHome() {
|
||||
<>
|
||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark">
|
||||
<MersmHero />
|
||||
{/*<Statistic5_3 />*/}
|
||||
<hr className="divider" />
|
||||
<MermsAbout />
|
||||
<hr className="divider" />
|
||||
<MermsFeatures />
|
||||
{/*<Features13_5 />*/}
|
||||
<MermsHowItWorks />
|
||||
{/*<Lnk1_13 />*/}
|
||||
{/*<Ct02_27 />*/}
|
||||
{/*<Lnk2_13 />*/}
|
||||
{/*<Ct01_15 />*/}
|
||||
{/*<Ct03_6 />*/}
|
||||
<MermsFeatures2 />
|
||||
{/*<Features1_2 />*/}
|
||||
{/*<Integrations2_6 />*/}
|
||||
<Ct01_16 />
|
||||
{/*<Features5_8 />*/}
|
||||
{/*<Reviews2_3 />*/}
|
||||
{/*<Brands1_11 />*/}
|
||||
{/*<Ct04_7 />*/}
|
||||
{/*<Faqs3_9 />*/}
|
||||
<Banner13_5 />
|
||||
{/*<MermsFeatures2 />*/}
|
||||
<MermsBanner />
|
||||
</Layout>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user