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