Added tracking code

This commit is contained in:
CHIEFSOFT\ameye
2024-12-28 11:25:45 -05:00
parent 11e6a2aae6
commit 375999a10c
3 changed files with 35 additions and 17 deletions
+1 -6
View File
@@ -45,12 +45,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{children}
</main>
< Footer3 />
{/*{!footerStyle && < Footer1 />}*/}
{/*{footerStyle == 1 ? < Footer1 /> : null}*/}
{/*{footerStyle == 2 ? < Footer2 /> : null}*/}
{/*{footerStyle == 3 ? < Footer3 /> : null}*/}
<Footer3 />
<BackToTop />
</div>
</>
+13 -1
View File
@@ -5,9 +5,21 @@ const PageHead = ({ headTitle }) => {
<>
<Head>
<>
{headTitle ? headTitle : "Martex - Software, App, SaaS & Startup Nextjs Landing Pages Pack"}
{headTitle ? headTitle : "Merms Header Here"}
</>
</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
View File
@@ -1,26 +1,37 @@
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_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 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 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 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";
// <!-- 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() {
return (