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
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "#services" },
{ name: "Why Us", id: "#why-us" },
{ name: "Promise", id: "#promise" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
{ name: "Services", id: "/#services" },
{ name: "Why Us", id: "/#why-us" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Johns Plumbing"
/>
@@ -63,8 +62,8 @@ export default function BlogPage() {
<FooterLogoEmphasis
logoText="Johns Plumbing"
columns={[
{ 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: "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: "Email Us", href: "mailto:(Your Email)" }, { label: "Licensed & Insured", href: "#" }] },
]}
ariaLabel="Site Footer - Johns Plumbing"