Merge version_2_1781626594683 into main #1

Merged
bender merged 1 commits from version_2_1781626594683 into main 2026-06-16 16:17:40 +00:00

View File

@@ -238,33 +238,33 @@ export default function HomePage() {
description="Client feedback drives our continuous commitment to excellence."
testimonials={[
{
name: "Alex R.",
role: "Homeowner",
quote: "My lawn has never looked better!",
name: "Michael T.",
role: "Westport Resident",
quote: "TnT Landscaping completely transformed our backyard. Their attention to detail and professionalism is unmatched. Highly recommend their services!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg",
},
{
name: "Sarah W.",
role: "Business Owner",
quote: "Efficient, quick, and very professional.",
name: "Jessica M.",
role: "Homeowner",
quote: "We hired TnT for a full landscape design and the results exceeded our expectations. The team was punctual, polite, and incredibly hardworking.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-black-woman-running-flower-business_23-2149871114.jpg",
},
{
name: "John D.",
role: "Homeowner",
quote: "Loved the custom garden design.",
name: "David R.",
role: "Local Business Owner",
quote: "They maintain the grounds at my commercial property and always do a fantastic job. Reliable, efficient, and great communication.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg",
},
{
name: "Emily P.",
name: "Amanda L.",
role: "Homeowner",
quote: "TnT made our yard an oasis.",
quote: "Our lawn has never looked so green and healthy. The weekly maintenance crew is always friendly and leaves everything looking pristine.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24617.jpg",
},
{
name: "Mark L.",
role: "Homeowner",
quote: "Worth every penny. Reliable team.",
name: "Robert K.",
role: "Westport Resident",
quote: "From the initial consultation to the final planting, TnT Landscaping was a pleasure to work with. They truly care about their craft.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-sitting-bench_176420-5895.jpg",
},
]}
@@ -277,13 +277,14 @@ export default function HomePage() {
<ContactCta
tag="Let's Talk"
text="Ready to revitalize your property? Contact us today to get started."
description="678 Main Rd, Westport, MA 02790 | +1 774-473-9454 | Open until 6 PM"
primaryButton={{
text: "Contact Us",
href: "mailto:info@tntlandscaping.com",
}}
secondaryButton={{
text: "Call (555) 123-4567",
href: "tel:5551234567",
text: "Call +1 774-473-9454",
href: "tel:+17744739454",
}}
/>
</SectionErrorBoundary>