From 75583ac8192a780b8541a44c14f3e495bda4c4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:37:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4470e3..e79da6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Receptionists", description: "24/7 intelligent virtual assistants handling inquiries, scheduling, and customer support with human-like precision.", imageSrc: "https://images.unsplash.com/photo-1589386417688-ce92476ad06b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Professional call center agent with headset"}, + title: "AI Receptionists", description: "24/7 intelligent virtual assistants handling inquiries, scheduling, and customer support with human-like precision.", imageSrc: "https://images.unsplash.com/photo-1589386417688-ce92476ad06b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=1", imageAlt: "Professional call center agent with headset"}, { title: "Business Automations", description: "Streamline repetitive tasks, optimize workflows, and reduce operational costs with custom AI-driven automation systems.", imageSrc: "https://images.unsplash.com/photo-1610484826978-0136d223c6f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Industrial automation robotics"}, { @@ -163,7 +163,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Echo AI transformed our customer service with their intelligent AI receptionists. Our efficiency has skyrocketed, and customer satisfaction is at an all-time high!", imageSrc: "https://images.unsplash.com/photo-1589386417688-ce92476ad06b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Sarah Johnson, CEO"}, + id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Echo AI transformed our customer service with their intelligent AI receptionists. Our efficiency has skyrocketed, and customer satisfaction is at an all-time high!", imageSrc: "https://images.unsplash.com/photo-1589386417688-ce92476ad06b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=2", imageAlt: "Sarah Johnson, CEO"}, { id: "2", name: "Michael Chen", handle: "@michael_c", testimonial: "The business automations implemented by Echo AI have saved us countless hours and significantly reduced errors. Their expertise is unmatched.", imageSrc: "https://images.unsplash.com/photo-1549068106-b024baf5062d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Michael Chen, CTO"}, { -- 2.49.1