Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 22:33:36 +00:00
parent beccac6939
commit 3152a1c24b

View File

@@ -33,19 +33,16 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Solutions", id: "products" },
{ name: "Team", id: "team" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ 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" }}
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>
</div>