2 Commits

Author SHA1 Message Date
fbb9504d8c Update src/app/page.tsx 2026-05-08 04:48:22 +00:00
467fdd3767 Merge version_2 into main
Merge version_2 into main
2026-05-08 04:45:18 +00:00

View File

@@ -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: "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"
} }
]} ]}
/> />