From 275ea53c367bc0ebc99a7ffe1586608cc95e7b7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 01:07:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88b4655..29591ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Homeowner, Portland", testimonial: "Chris completely transformed our backyard. Professional, detail-oriented, and amazing results!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-117443.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-117443.jpg?_wi=1" }, { name: "Michael Chen", handle: "Commercial Property Manager", testimonial: "Outstanding work on our office landscaping. The team is reliable and produces exceptional quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "Homeowner, Seattle", testimonial: "From design consultation to final installation, Chris exceeded all expectations. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1" }, { name: "David Park", handle: "Restaurant Owner", testimonial: "Our outdoor dining area is stunning thanks to Chris Landscape Services. Customers love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-urban-environment_23-2148171120.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-urban-environment_23-2148171120.jpg?_wi=1" } ]} buttons={[ @@ -238,16 +238,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Chris completely transformed our backyard into a beautiful oasis. The design was exactly what we envisioned, and the craftsmanship is exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-117443.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Chris completely transformed our backyard into a beautiful oasis. The design was exactly what we envisioned, and the craftsmanship is exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-117443.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Working with Chris Landscape Services on our office landscaping was seamless. Professional team, great communication, and outstanding results. Our clients love the new look!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Working with Chris Landscape Services on our office landscaping was seamless. Professional team, great communication, and outstanding results. Our clients love the new look!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emma Rodriguez", role: "Homeowner", testimonial: "From the initial consultation to the final touches, Chris's attention to detail is remarkable. Our landscape is not only beautiful but also well-maintained and sustainable.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Emma Rodriguez" + id: "3", name: "Emma Rodriguez", role: "Homeowner", testimonial: "From the initial consultation to the final touches, Chris's attention to detail is remarkable. Our landscape is not only beautiful but also well-maintained and sustainable.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "Emma Rodriguez" }, { - id: "4", name: "David Park", role: "Restaurant Owner", testimonial: "Our outdoor dining area is now one of our best assets. Chris created an inviting space that customers absolutely love. Great investment in our business!", imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-urban-environment_23-2148171120.jpg", imageAlt: "David Park" + id: "4", name: "David Park", role: "Restaurant Owner", testimonial: "Our outdoor dining area is now one of our best assets. Chris created an inviting space that customers absolutely love. Great investment in our business!", imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-urban-environment_23-2148171120.jpg?_wi=2", imageAlt: "David Park" }, { id: "5", name: "Jennifer Martinez", role: "Homeowner", testimonial: "Seasonal maintenance has never been easier. Chris handles everything with professionalism and care. My landscape looks perfect year-round!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-posing-isolated_329181-15409.jpg", imageAlt: "Jennifer Martinez" -- 2.49.1