Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user