Update src/app/blog/page.tsx
This commit is contained in:
@@ -35,14 +35,12 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Process", id: "/#features-1" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
]}
|
||||
brandName="CreativeFlow"
|
||||
button={{ text: "Start a Project", href: "#contact" }}
|
||||
button={{ text: "Start a Project", href: "/#contact" }}
|
||||
className="py-4"
|
||||
buttonClassName="px-6 py-3 text-sm font-semibold"
|
||||
buttonTextClassName="font-medium"
|
||||
|
||||
Reference in New Issue
Block a user