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() {