Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 17:58:17 +00:00
parent f451d2dd24
commit 212cf5f703

View File

@@ -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"