diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0a37112..be357ff 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,7 +91,7 @@ export default function BlogPage() { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} ariaLabel="Master Plumbing footer with contact information" /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 99e72a6..975d801 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -131,7 +131,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} /> @@ -212,7 +212,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} /> @@ -317,7 +317,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 25277a5..6e9758a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -83,7 +83,7 @@ export default function ShopPage() { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} /> @@ -163,7 +163,7 @@ export default function ShopPage() { { label: "Licensed & Insured", href: "#" } ] } - ] + ]} />