From 4d4a8e5d5bc10b054363c6fa37c520cc6e9a2da3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cc4b3f..04d53f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonial" }, { name: "Contact", id: "contact" } ]} - brandName="NoCo CRO" + brandName="Noco CRO" bottomLeftText="Conversion Intelligence" bottomRightText="hello@noco-cro.com" /> @@ -295,7 +295,7 @@ export default function LandingPage() { ] } ]} - copyrightText="© 2025 NoCo CRO | Conversion Optimization Platform" + copyrightText="© 2025 Noco CRO | Conversion Optimization Platform" /> );