Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 15:26:03 +00:00

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>