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() { ) : ( 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) }} />
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) }} />