Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 23:01:43 +00:00
parent c458258c6f
commit 0a0156c635

View File

@@ -27,13 +27,12 @@ export default function BlogPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Pointer Roofing & Construction LLC"
button={{ text: "Get Free Inspection", href: "/free-roof-inspection" }}
button={{ text: "Get Free Inspection", href: "/contact" }}
className="bg-card/80 backdrop-blur-sm shadow-lg"
buttonClassName="bg-primary-cta text-primary-cta-text"
buttonTextClassName="font-medium"