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> <ReactLenis root>
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={navItems} navItems={navItems}
brandName="GROWTHENGINE CRM" brandName="GROWTHENGINECRM"
button={{ text: "Get Started", href: "#" }} button={{ text: "Get Started", href: "#" }}
/> />
<HeroCentered <HeroCentered
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
avatars={avatars} avatars={avatars}
avatarText="Trusted by 1000+ users" 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" description="Create stunning, responsive websites with our comprehensive component library designed"
buttons={[ buttons={[
{ {
@@ -161,7 +161,7 @@ export default function SaasTemplatePage() {
onSubmit={(email) => console.log("Email submitted:", email)} onSubmit={(email) => console.log("Email submitted:", email)}
/> />
<FooterBaseReveal <FooterBaseReveal
logoText="GROWTHENGINE CRM" logoText="GROWTHENGINECRM"
columns={[ columns={[
{ {
title: "Product", items: [ 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> </ReactLenis>
</ThemeProvider> </ThemeProvider>