new testimonial

This commit is contained in:
2026-06-17 10:30:31 -05:00
parent b396802b53
commit d550c9918d
2 changed files with 9 additions and 1 deletions

View File

@@ -26,6 +26,14 @@ const testimonials = [
role: 'President, SCI Security',
layout: 'lg:col-span-6 lg:col-start-4',
},
{
quote:
"I am pleased to recommend Bay Area Affiliates, Inc. for their outstanding IT services and support provided to JE Construction Services, LLC.\n\nBay Area Affiliates has consistently delivered reliable and responsive service to our company. Their team is knowledgeable, professional, and always quick to assist whenever issues arise. Whether it involves email support, networking, hardware purchases, system maintenance, or technical troubleshooting, they have continually provided dependable solutions and excellent customer service.\n\nOne of the qualities we value most is their responsiveness and willingness to help. They understand the importance of minimizing downtime and have always worked diligently to keep our systems operating efficiently. Their support has played an important role in helping our day-to-day operations run smoothly.\n\nWe appreciate the strong working relationship we have built with Bay Area Affiliates over the years and would confidently recommend their services to any company seeking dependable IT support and technology solutions.",
initials: 'SJ',
name: 'Sue Jimenez',
role: 'Controller, JE Construction Services, LLC',
layout: 'lg:col-span-6 lg:col-start-4',
},
];
const Testimonials: React.FC = () => {

View File

@@ -91,7 +91,7 @@ function createTransporter() {
function buildMessageBody(data) {
return [
'New website inquiry',
'New inquiry',
'',
`Name: ${data.name}`,
`Email: ${data.email}`,