From 4091cc03efe1d8e855f5b8b7c85abbaf053c18da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:38:51 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 153442a..45f5583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "View Our Services", href: "#services" }, ]} mediaAnimation="slide-up" - background={{ variant: 'noise' }} - imageSrc="https://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg?_wi=1" + background={{ variant: 'animated-grid' }} + imageSrc="https://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg" imageAlt="Professional roofers installing a new metal roof" frameStyle="card" ariaLabel="Hero section with T&K Roofing and Sheet Metal logo" @@ -62,7 +62,7 @@ export default function LandingPage() {
Date: Sat, 21 Feb 2026 23:38:52 +0000 Subject: [PATCH 2/3] 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 de172e0..e9d639a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -134,7 +133,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -180,7 +178,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
-- 2.49.1 From db34198eec2231c9bd4cf8989478eaedc9b0323d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:38:52 +0000 Subject: [PATCH 3/3] 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 a59f80c..8570046 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -62,7 +62,6 @@ function ShopPageContent() { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -100,7 +99,6 @@ function ShopPageContent() { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
-- 2.49.1