Update src/app/page.tsx

This commit is contained in:
2026-05-06 15:26:00 +00:00
parent e8b3694622
commit f3ccd8d0d9

View File

@@ -48,14 +48,14 @@ export default function SaasTemplatePage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="GROWTHENGINE CRM"
brandName="GROWTHENGINECRM"
button={{ text: "Get Started", href: "#" }}
/>
<HeroCentered
background={{ variant: "rotated-rays-animated-grid" }}
avatars={avatars}
avatarText="Trusted by 1000+ users"
title="Build Modern Web Experiences-Out of the world california apple"
title="Build Modern Web Experiences"
description="Create stunning, responsive websites with our comprehensive component library designed"
buttons={[
{
@@ -161,7 +161,7 @@ export default function SaasTemplatePage() {
onSubmit={(email) => console.log("Email submitted:", email)}
/>
<FooterBaseReveal
logoText="GROWTHENGINE CRM"
logoText="GROWTHENGINECRM"
columns={[
{
title: "Product", items: [
@@ -195,7 +195,7 @@ export default function SaasTemplatePage() {
],
},
]}
copyrightText="2024 GROWTHENGINE CRM. All rights reserved."
copyrightText="2024 GROWTHENGINECRM. All rights reserved."
/>
</ReactLenis>
</ThemeProvider>