From cee75b6285c5e633bfd8aff914b9806bfefe92c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:09:36 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++----------------------------------------- 1 file changed, 22 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08d498f..9cea150 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -216,20 +113,8 @@ export default function LandingPage() { title="Client Stories" description="What our partners say about us." testimonials={[ - { - id: "t1", - name: "Sarah Miller", - role: "Architect", - testimonial: "Excellent service and design sense.", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg", - }, - { - id: "t2", - name: "James Lee", - role: "Resident", - testimonial: "Transformed my yard completely.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24618.jpg", - }, + { id: "t1", name: "Sarah Miller", role: "Architect", testimonial: "Excellent service and design sense.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg" }, + { id: "t2", name: "James Lee", role: "Resident", testimonial: "Transformed my yard completely.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24618.jpg" } ]} /> @@ -237,38 +122,8 @@ export default function LandingPage() {
@@ -119,12 +69,7 @@ export default function LandingPage() { title="Expertise" description="Quality services" metrics={[ - { - id: "s1", - icon: Leaf, - title: "Garden Plants", - value: "100+", - }, + { id: "s1", icon: Leaf, title: "Garden Plants", value: "100+" } ]} /> @@ -132,38 +77,8 @@ export default function LandingPage() {