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 +} 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 +}