From cd12b95d4dbe53a6b15cac382315563763635a9d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:45:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4f14982..ec0f340 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 8dc3e06d6edf183fe8e90eb35baf5078c6f2b2de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:45:38 +0000 Subject: [PATCH 2/2] 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 25defc5..9c1745f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { }, { id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5, - reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=2", imageAlt: "Safe tree removal and stump grinding project" + reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772484296862-9cqh86nu.jpg", imageAlt: "Safe tree removal and stump grinding project" } ]} buttons={[ @@ -288,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file