diff --git a/src/app/page.tsx b/src/app/page.tsx index fafec5d..4a54a6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; import { Award, Sparkles, Star, Zap } from "lucide-react"; export default function LandingPage() { @@ -39,6 +40,8 @@ export default function LandingPage() { name: "Solutions", id: "/#solutions"}, { name: "Impact", id: "/#impact"}, + { + name: "How it Works", id: "/#how-it-works"}, { name: "Calculator", id: "/calculator"}, { @@ -127,6 +130,49 @@ export default function LandingPage() { /> +
+ +

The Problem: Missed Opportunities

+

Every missed call is a potential client lost. Without a 24/7 answering system, your business is constantly bleeding revenue, especially outside of standard operating hours. Leads slip through the cracks, leading to frustrated customers and untapped growth.

+
+ ), + media: ( + Phone with missed call notifications + ), + reverse: false, + }, + { + content: ( +
+

The Solution: AI-Powered Call Activity

+

Our AI receptionist ensures every call is answered, every query is addressed, and every lead is engaged. From booking appointments to providing instant information, the AI works tirelessly, capturing interactions that would otherwise be missed and syncing directly with your CRM and calendar.

+
+ ), + media: ( + AI call activity dashboard + ), + reverse: true, + }, + ]} + /> + +