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