Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:53:53 +00:00
parent bd64efb957
commit 4d4a8e5d5b

View File

@@ -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"
/>
</ThemeProvider>
);