Added tracking code
This commit is contained in:
@@ -45,12 +45,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
|||||||
|
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
< Footer3 />
|
<Footer3 />
|
||||||
{/*{!footerStyle && < Footer1 />}*/}
|
|
||||||
{/*{footerStyle == 1 ? < Footer1 /> : null}*/}
|
|
||||||
{/*{footerStyle == 2 ? < Footer2 /> : null}*/}
|
|
||||||
{/*{footerStyle == 3 ? < Footer3 /> : null}*/}
|
|
||||||
|
|
||||||
<BackToTop />
|
<BackToTop />
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -5,9 +5,21 @@ const PageHead = ({ headTitle }) => {
|
|||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<>
|
<>
|
||||||
{headTitle ? headTitle : "Martex - Software, App, SaaS & Startup Nextjs Landing Pages Pack"}
|
{headTitle ? headTitle : "Merms Header Here"}
|
||||||
</>
|
</>
|
||||||
</Head>
|
</Head>
|
||||||
|
<>
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HKJJ7G78DB"></script>
|
||||||
|
<script>
|
||||||
|
{`
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-HKJJ7G78DB');
|
||||||
|
`}
|
||||||
|
</script>
|
||||||
|
</>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
+21
-10
@@ -1,26 +1,37 @@
|
|||||||
import Layout from "../components/layout/Layout"
|
import Layout from "../components/layout/Layout"
|
||||||
import Banner13_5 from "../components/sections/Banner13_5"
|
import Banner13_5 from "../components/sections/Banner13_5"
|
||||||
//import Brands1_11 from "../components/sections/Brands1_11"
|
//import Brands1_11 from "../components/sections/Brands1_11"
|
||||||
import Ct01_15 from "../components/sections/Ct01_15"
|
// import Ct01_15 from "../components/sections/Ct01_15"
|
||||||
import Ct01_16 from "../components/sections/Ct01_16"
|
import Ct01_16 from "../components/sections/Ct01_16"
|
||||||
import Ct02_27 from "../components/sections/Ct02_27"
|
// import Ct02_27 from "../components/sections/Ct02_27"
|
||||||
import Ct03_6 from "../components/sections/Ct03_6"
|
// import Ct03_6 from "../components/sections/Ct03_6"
|
||||||
import Ct04_7 from "../components/sections/Ct04_7"
|
// import Ct04_7 from "../components/sections/Ct04_7"
|
||||||
import Faqs3_9 from "../components/sections/Faqs3_9"
|
// import Faqs3_9 from "../components/sections/Faqs3_9"
|
||||||
//import Features13_5 from "../components/sections/Features13_5"
|
//import Features13_5 from "../components/sections/Features13_5"
|
||||||
import Features1_2 from "../components/sections/Features1_2"
|
import Features1_2 from "../components/sections/Features1_2"
|
||||||
import Features5_8 from "../components/sections/Features5_8"
|
// import Features5_8 from "../components/sections/Features5_8"
|
||||||
//import Hero13 from "../components/sections/Hero13"
|
//import Hero13 from "../components/sections/Hero13"
|
||||||
import Integrations2_6 from "../components/sections/Integrations2_6"
|
// import Integrations2_6 from "../components/sections/Integrations2_6"
|
||||||
import Lnk1_13 from "../components/sections/Lnk1_13"
|
// import Lnk1_13 from "../components/sections/Lnk1_13"
|
||||||
import Lnk2_13 from "../components/sections/Lnk2_13"
|
// import Lnk2_13 from "../components/sections/Lnk2_13"
|
||||||
import Reviews2_3 from "../components/sections/Reviews2_3"
|
// import Reviews2_3 from "../components/sections/Reviews2_3"
|
||||||
//import Statistic5_3 from "../components/sections/Statistic5_3"
|
//import Statistic5_3 from "../components/sections/Statistic5_3"
|
||||||
import MersmHero from "../components/sections/MersmHero";
|
import MersmHero from "../components/sections/MersmHero";
|
||||||
import MermsFeatures from "../components/sections/MermsFeatures";
|
import MermsFeatures from "../components/sections/MermsFeatures";
|
||||||
import MermsAbout from "../components/sections/MermsAbout";
|
import MermsAbout from "../components/sections/MermsAbout";
|
||||||
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
|
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
|
||||||
|
|
||||||
|
|
||||||
|
// <!-- Google tag (gtag.js) -->
|
||||||
|
// <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QSQFV003"></script>
|
||||||
|
// <script>
|
||||||
|
// window.dataLayer = window.dataLayer || [];
|
||||||
|
// function gtag(){dataLayer.push(arguments);}
|
||||||
|
// gtag('js', new Date());
|
||||||
|
//
|
||||||
|
// gtag('config', 'G-Y9QSQFV003');
|
||||||
|
// </script>
|
||||||
|
|
||||||
export default function ProductHome() {
|
export default function ProductHome() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user