From fbb9504d8cd58d75c0ea24f07636fa074097c93c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 04:48:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d7e176..e952722 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,6 +172,15 @@ export default function LandingPage() { }, { id: "t3", name: "Peter Whitaker", date: "January 2024", title: "Client", quote: "Good service, very happy with results.", tag: "Great Value", avatarSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg" + }, + { + id: "t4", name: "Sarah Jenkins", date: "April 2024", title: "Homeowner", quote: "They turned our overgrown backyard into a serene paradise. Highly professional!", tag: "Professionalism", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-hair-smile_114579-2479.jpg" + }, + { + id: "t5", name: "David Thompson", date: "May 2024", title: "Client", quote: "Reliable and meticulous with every single detail. Our garden has never looked better.", tag: "Exquisite Design", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-glasses_114579-2479.jpg" + }, + { + id: "t6", name: "Emily Rivera", date: "May 2024", title: "Property Manager", quote: "Habersham Gardens managed our commercial site beautifully. Consistent, quality service.", tag: "Reliable Partner", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-office_114579-2479.jpg" } ]} /> -- 2.49.1