Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 23:43:40 +00:00
parent 25de5d94d6
commit 01e4d8cdbc

View File

@@ -31,9 +31,9 @@ export default function BlogPage() {
>
<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"
@@ -66,10 +66,6 @@ export default function BlogPage() {
copyrightText="© 2024 | CRM AI. All rights reserved."
socialLinks={footerSocialLinks}
className="py-16 md:py-20"
cardClassName="py-10 px-6 sm:px-10 md:px-12"
logoClassName="text-lg font-bold"
copyrightTextClassName="text-sm text-foreground/70"
socialContainerClassName="gap-x-4"
/>
</div>
</ThemeProvider>