Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 00:21:19 +00:00
parent 75dd22dca0
commit 93876c3807

View File

@@ -29,11 +29,10 @@ export default function BlogPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "#services" }, { name: "Services", id: "/#services" },
{ name: "Why Us", id: "#why-us" }, { name: "Why Us", id: "/#why-us" },
{ name: "Promise", id: "#promise" }, { name: "Shop", id: "/shop" },
{ name: "FAQ", id: "#faq" }, { name: "Contact", id: "/#contact" },
{ name: "Contact", id: "#contact" },
]} ]}
brandName="Johns Plumbing" brandName="Johns Plumbing"
/> />
@@ -63,8 +62,8 @@ export default function BlogPage() {
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="Johns Plumbing" logoText="Johns Plumbing"
columns={[ columns={[
{ items: [{ label: "Services", href: "#services" }, { label: "Why Johns", href: "#why-us" }, { label: "Our Promise", href: "#promise" }] }, { items: [{ label: "Services", href: "/#services" }, { label: "Why Johns", href: "/#why-us" }, { label: "Our Promise", href: "/#promise" }] },
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Book Service", href: "#contact" }, { label: "Call Now", href: "tel:(Your Phone Number)" }] }, { items: [{ label: "FAQ", href: "/#faq" }, { label: "Book Service", href: "/#contact" }, { label: "Call Now", href: "tel:(Your Phone Number)" }] },
{ items: [{ label: "Email Us", href: "mailto:(Your Email)" }, { label: "Licensed & Insured", href: "#" }] }, { items: [{ label: "Email Us", href: "mailto:(Your Email)" }, { label: "Licensed & Insured", href: "#" }] },
]} ]}
ariaLabel="Site Footer - Johns Plumbing" ariaLabel="Site Footer - Johns Plumbing"