From 615f14baa36bf0f889ce23ab04be1e47c8c7fa01 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:22:37 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> From fe980204e0d70b0fb64bbb423c2b7788163d01f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:22:39 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: "#" } ] } - ] + ]} /> From a6ef87f17203e0a0083b1d30a07087ddeb7d91d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:22:39 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "#" } ] } - ] + ]} />