Update src/app/features/page.tsx

This commit is contained in:
2026-02-20 23:19:02 +00:00
parent df09b775e2
commit 6f042946ce

View File

@@ -37,9 +37,9 @@ export default function FeaturesPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"#products"},{name:"Reviews",id:"#testimonials"},{name:"Contact",id:"#contact"}]}
brandName="CRM AI"
button={{text:"Get Started",href:"/#contact"}}
button={{text:"Get Started",href:"#contact"}}
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
@@ -80,4 +80,4 @@ export default function FeaturesPage() {
</div>
</ThemeProvider>
);
}
}