From 68931555eebf96c977cc15235801c9a4fc829ced Mon Sep 17 00:00:00 2001 From: selvi Date: Wed, 18 Mar 2026 17:13:39 +0530 Subject: [PATCH] js rendering fixed --- src/app/about/page.tsx | 4 +--- src/app/blog/page.tsx | 4 +--- src/app/careers/page.tsx | 2 -- src/app/contact/page.tsx | 2 -- src/app/faq/page.tsx | 2 -- src/app/layout.tsx | 9 +++++++-- src/app/page.tsx | 1 - src/app/services-digital-solutions/page.tsx | 4 +--- 8 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d46e788..ede9b01 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,7 +11,6 @@ import BrandSection from "@/components/home/home-1/BrandSection"; import TestimonialsSection from "@/components/home/home-1/TestimonialsSection"; import ContactSection from "@/components/careers/ContactSection"; import CouterAreaThree from "@/components/home/CounterAreaThree"; -import MetatronInitializer from "@/components/MetatronInitializer"; export const metadata: Metadata = { title: "About - Metatroncube Software Solution | Innovative & User-Centric Tech Services in Waterloo", @@ -21,10 +20,9 @@ export const metadata: Metadata = { }, }; -export default function Home2() { +export default function AboutPage() { return ( <> -
-
-
-
-
- + {/* ✅ GTM noscript */}