From e7e0555d8f65346783b4803d5e9e99b164c9d977 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 03:14:13 +0000 Subject: [PATCH 1/4] 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 27e3f4d..d300f32 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -45,7 +45,7 @@ export default function BlogPage() { ) : ( Date: Sun, 22 Feb 2026 03:14:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 941d60b..c0c2e5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,5 @@ "use client"; -import React from 'react'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -- 2.49.1 From fdde929b60f7b4db7a7ba46a94c703c87896004e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 03:14:14 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cfa0e37..6f2ea50 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,7 +94,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Roofing Repair Guy" bottomLeftText="Aurora, IL" bottomRightText="(630) 523-8819" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -126,7 +125,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Roofing Repair Guy" bottomLeftText="Aurora, IL" bottomRightText="(630) 523-8819" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -167,7 +165,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Roofing Repair Guy" bottomLeftText="Aurora, IL" bottomRightText="(630) 523-8819" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
-- 2.49.1 From b7e2aaed28a1c4522daf79944428765fc61b6298 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 03:14:15 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 92887e1..771c036 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,7 +61,6 @@ function ShopPageContent() { brandName="Roofing Repair Guy" bottomLeftText="Aurora, IL" bottomRightText="(630) 523-8819" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -107,7 +106,6 @@ function ShopPageContent() { brandName="Roofing Repair Guy" bottomLeftText="Aurora, IL" bottomRightText="(630) 523-8819" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
-- 2.49.1