From d7e9c72ece59783c16082eee0c06e0868af7dcd3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 19:39:26 +0000 Subject: [PATCH 1/2] Bob AI: Add specific client roles to testimonials --- src/components/Layout.tsx | 2 +- src/pages/HomePage/sections/Hero.tsx | 2 +- src/pages/HomePage/sections/Testimonials.tsx | 41 +++----------------- 3 files changed, 7 insertions(+), 38 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 72d5655..943530e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -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} />
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index effe024..96d4082 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -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 revenue—even 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 revenue—even when you're away. + 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"}]} + /> ); -- 2.49.1 From b5b9fec90e62d60b94ce51a26d932d59d9a20b45 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 19:39:46 +0000 Subject: [PATCH 2/2] Bob AI: Fix gradient overlap on secondary button in hero --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 96d4082..fb9b71c 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -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" /> -- 2.49.1