From 19f9234d56de6bd7394f239719df746b1d3c229e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63c859b..6783ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,12 +149,12 @@ export default function LandingPage() { showRating={true} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Platinum Landscape transformed our backyard into the outdoor oasis we've always dreamed of. Their attention to detail and professionalism exceeded all expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, - { id: "2", name: "James Rodriguez", handle: "@jamesr", testimonial: "From initial design consultation to final installation, the team was professional and responsive. Our new patio is absolutely stunning and built to last.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez" }, - { id: "3", name: "Emily Chen", handle: "@emilydesigns", testimonial: "As a designer myself, I was impressed by their creative vision and technical execution. They truly understand how to blend aesthetics with functionality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Emily Chen" }, - { id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial: "Regular maintenance with Platinum keeps our property looking immaculate throughout the year. Reliable, efficient, and always professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" }, - { id: "5", name: "Lisa Anderson", handle: "@lisa_andersen", testimonial: "Best investment we've made for our home. The landscape design added significant value and transformed how we use our outdoor space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Lisa Anderson" }, - { id: "6", name: "David Park", handle: "@davidpark", testimonial: "Excellent communication, transparent pricing, and outstanding results. Platinum Landscape is the gold standard in our area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" } + { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Platinum Landscape transformed our backyard into the outdoor oasis we've always dreamed of. Their attention to detail and professionalism exceeded all expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, + { id: "2", name: "James Rodriguez", handle: "@jamesr", testimonial: "From initial design consultation to final installation, the team was professional and responsive. Our new patio is absolutely stunning and built to last.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez" }, + { id: "3", name: "Emily Chen", handle: "@emilydesigns", testimonial: "As a designer myself, I was impressed by their creative vision and technical execution. They truly understand how to blend aesthetics with functionality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Emily Chen" }, + { id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial: "Regular maintenance with Platinum keeps our property looking immaculate throughout the year. Reliable, efficient, and always professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Thompson" }, + { id: "5", name: "Lisa Anderson", handle: "@lisa_andersen", testimonial: "Best investment we've made for our home. The landscape design added significant value and transformed how we use our outdoor space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Lisa Anderson" }, + { id: "6", name: "David Park", handle: "@davidpark", testimonial: "Excellent communication, transparent pricing, and outstanding results. Platinum Landscape is the gold standard in our area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park" } ]} /> -- 2.49.1