|
|
|
|
@@ -10,42 +10,11 @@ export default function TestimonialsSection(): React.JSX.Element {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<SectionErrorBoundary name="testimonials">
|
|
|
|
|
<TestimonialQuoteCards
|
|
|
|
|
tag="Success Stories"
|
|
|
|
|
title="The Results Talk"
|
|
|
|
|
description="See why top businesses rely on YOURSMATE™ to automate their operations."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Dr. Sarah Johnson",
|
|
|
|
|
role: "Dentist",
|
|
|
|
|
quote: "We stopped losing patients overnight. The AI booking system is a total game changer for our clinic.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Michael Chen",
|
|
|
|
|
role: "Restaurant Manager",
|
|
|
|
|
quote: "My staff focuses on the food now, not the phone. The automation handles everything perfectly.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Emily Rodriguez",
|
|
|
|
|
role: "Real Estate Agent",
|
|
|
|
|
quote: "Leads get qualified while I'm out showing houses. The system pays for itself in the first week.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "David Kim",
|
|
|
|
|
role: "Agency Owner",
|
|
|
|
|
quote: "The whitelabel automation is exactly what my clients needed. Incredible recurring revenue boost.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-illustrator-drawing-tablet_23-2150040139.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Priya Sharma",
|
|
|
|
|
role: "Operations Manager",
|
|
|
|
|
quote: "The reporting and CRM sync has transformed our internal efficiency. A must-have for growing teams.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
tag="Success Stories"
|
|
|
|
|
title="The Results Talk"
|
|
|
|
|
description="See why top businesses rely on YOURSMATE™ to automate their operations."
|
|
|
|
|
testimonials={[{"name":"Dr. Sarah Johnson","role":"Lead Dentist, SmileCare Clinic","imageSrc":"http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg","quote":"We stopped losing patients overnight. The AI booking system is a total game changer for our clinic."},{"imageSrc":"http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg","quote":"My staff focuses on the food now, not the phone. The automation handles everything perfectly.","name":"Michael Chen","role":"Owner, The Golden Wok"},{"imageSrc":"http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg","quote":"Leads get qualified while I'm out showing houses. The system pays for itself in the first week.","name":"Emily Rodriguez","role":"Senior Broker, Horizon Realty"},{"imageSrc":"http://img.b2bpic.net/free-photo/medium-shot-illustrator-drawing-tablet_23-2150040139.jpg","quote":"The whitelabel automation is exactly what my clients needed. Incredible recurring revenue boost.","role":"Founder, Elevate Digital","name":"David Kim"},{"imageSrc":"http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg","quote":"The reporting and CRM sync has transformed our internal efficiency. A must-have for growing teams.","role":"Operations Director, Nexus Corp","name":"Priya Sharma"}]}
|
|
|
|
|
/>
|
|
|
|
|
</SectionErrorBoundary>
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
|