From b7ec51d1f9db70cd8278b2cfa936f520fe8216b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:14:40 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f00301..34013f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; @@ -59,7 +59,7 @@ export default function LandingPage() { {"imageSrc": "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", "imageAlt": "Expert tree trimming and pruning"}, {"imageSrc": "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", "imageAlt": "Professional tree service crew"}, {"imageSrc": "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", "imageAlt": "Professional equipment and safety gear"} - ] + ]} ariaLabel="Hero section - Nashville tree service" /> -- 2.49.1 From 8e75174909f6320110a058b4fe179a2b7fdec83c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:14:41 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 63 ++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ceae1b0..16eb0f8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,16 +93,15 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} />
@@ -112,10 +111,10 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -143,16 +142,15 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} />
@@ -170,10 +168,10 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -200,16 +198,15 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} />
@@ -252,10 +249,10 @@ function ProductPageContent({ params }: ProductPageProps) {
-- 2.49.1 From 116cbaa37729c286f3d7cee1c083fd81816d6a33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:14:42 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a23d149..a710ccd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,16 +39,15 @@ function ShopPageContent() { setCartOpen(true) }} />
@@ -58,10 +57,10 @@ function ShopPageContent() { @@ -88,16 +87,15 @@ function ShopPageContent() { setCartOpen(true) }} />
@@ -115,10 +113,10 @@ function ShopPageContent() {
-- 2.49.1