From 6b7eea15820a210807eb87175be5e369c7f07b04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:43:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bda8e4d..7f79685 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,8 +40,8 @@ export default function LandingPage() {
@@ -158,19 +155,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Cindy K.", role: "Homeowner", company: "Ali is an experienced professional and it shows in his attention to detail and speed of completing his job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "Cindy K. customer testimonial" }, { id: "2", name: "Yaw W. Y.", role: "Property Manager", company: "Very responsive, reasonable pricing, and excellent paint quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg", imageAlt: "Yaw W. Y. customer testimonial" }, { id: "3", name: "Chris M.", role: "HDB Resident", company: "Painted my 4-room HDB within one day. Fast and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg", imageAlt: "Chris M. customer testimonial" }, { id: "4", name: "Sarah L.", role: "Condo Owner", company: "Best painting service in Singapore. Highly recommended for quality work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sarah L. customer testimonial" }, ]} textboxLayout="default" -- 2.49.1