Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user