From edf722b73577322347f5338ec3dc98a4c0d40894 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:05:15 +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 ec0f340..4f14982 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 95863534ec1cb19a09fc18a9992145471cd28000 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:05:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa12304..a1ad01d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,14 +179,6 @@ export default function LandingPage() { { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=2" - }, - { - id: "4", name: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3" - }, - { - id: "5", name: "Todd M Simmons", role: "Homeowner", company: "South Bloomington", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3" } ]} kpiItems={[ @@ -226,9 +218,6 @@ export default function LandingPage() { }, { id: "5", title: "Can you help with landscape design?", content: "Absolutely! Our landscape design team can create custom designs tailored to your vision, budget, and property. We handle everything from conceptual drawings to full installation and maintenance." - }, - { - id: "6", title: "Do you offer eco-friendly options?", content: "Yes, we're committed to sustainable practices. We offer organic fertilizers, integrated pest management, mulching, and other eco-friendly solutions to keep your landscape healthy and environmentally responsible." } ]} /> @@ -288,4 +277,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}