Merge version_5_1781897895689 into main #5

Merged
bender merged 2 commits from version_5_1781897895689 into main 2026-06-19 19:40:26 +00:00
3 changed files with 8 additions and 39 deletions

View File

@@ -38,7 +38,7 @@ export default function Layout() {
logo="YOURSMATE"
logoImageSrc="http://img.b2bpic.net/free-vector/star-champion-logo-designs-inspiration-isolated-white-background_384344-1096.jpg"
ctaButton={{
text: "Book Demo", href: "#contact"}}
text: "Schedule a Consultation", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">

View File

@@ -51,7 +51,7 @@ const HeroBillboardTiltedCarousel = () => {
transition={{ duration: 0.5, delay: 0.2 }}
className="text-lg md:text-xl text-accent max-w-3xl mx-auto mb-12 leading-relaxed"
>
We build complete AI-powered Business Operating Systems that answer your calls, book appointments, automate follow-ups, collect Google reviews, manage customers, and help your business generate more revenueeven when you're away.
Stop losing revenue to missed calls and manual tasks. We build complete AI-powered Business Operating Systems that answer your calls, book appointments, automate follow-ups, collect Google reviews, manage customers, and help your business generate more revenueeven when you're away.
</motion.p>
<motion.div
@@ -70,7 +70,7 @@ const HeroBillboardTiltedCarousel = () => {
text={secondaryButton.text}
href={secondaryButton.href}
variant="secondary"
className="px-8 py-4 text-lg rounded-full bg-card border border-white/10 hover:bg-white/5 transition-all flex items-center gap-2"
className="px-8 py-4 text-lg rounded-full border border-white/10 transition-all flex items-center gap-2"
/>
</motion.div>

View File

@@ -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>
);