From 5aff2ee29031cc242933193acf53d16c04590aeb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:19:59 +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 be357ff..0a37112 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 f3345e2b21bacc0bf2f3c1b2deaa442f3295f44d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:20:01 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 77bcde5..99e72a6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ export default function ProductPage({ params }: ProductPageProps) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -133,7 +132,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -170,7 +168,6 @@ export default function ProductPage({ params }: ProductPageProps) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -216,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -252,7 +248,6 @@ export default function ProductPage({ params }: ProductPageProps) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -323,7 +318,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" />
From 0e8b7639a5aa480b1ae67ddcfe36f42ad7c50775 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 06:20:01 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6b51cc0..25277a5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,7 +47,6 @@ export default function ShopPage() { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -85,7 +84,6 @@ export default function ShopPage() { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -121,7 +119,6 @@ export default function ShopPage() { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -167,7 +164,6 @@ export default function ShopPage() { ] } ] - ariaLabel="Master Plumbing footer with contact information" />