Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<TimelineProcessFlow
|
||||
title="How elevai8 Transforms Your Business"
|
||||
description="Discover the seamless process of automating your client interactions, from initial contact to follow-up, ensuring every opportunity is captured."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
items={[
|
||||
{
|
||||
content: (
|
||||
<div className="space-y-4">
|
||||
<h3 className="text-2xl font-semibold">The Problem: Missed Opportunities</h3>
|
||||
<p className="text-lg text-foreground-secondary">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.</p>
|
||||
</div>
|
||||
),
|
||||
media: (
|
||||
<img
|
||||
src="http://img.b2bpic.net/free-photo/phone-with-missed-call-notifications_23-2149539070.jpg"
|
||||
alt="Phone with missed call notifications"
|
||||
className="w-full h-auto object-cover rounded-lg shadow-lg"
|
||||
/>
|
||||
),
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
content: (
|
||||
<div className="space-y-4">
|
||||
<h3 className="text-2xl font-semibold">The Solution: AI-Powered Call Activity</h3>
|
||||
<p className="text-lg text-foreground-secondary">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.</p>
|
||||
</div>
|
||||
),
|
||||
media: (
|
||||
<img
|
||||
src="http://img.b2bpic.net/free-photo/headset-with-microphone-on-desk_23-2149531584.jpg"
|
||||
alt="AI call activity dashboard"
|
||||
className="w-full h-auto object-cover rounded-lg shadow-lg"
|
||||
/>
|
||||
),
|
||||
reverse: true,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
@@ -210,7 +256,7 @@ export default function LandingPage() {
|
||||
id: "t4", name: "David Kim", handle: "@SolarSolutions", testimonial: "Implementing elevai8 was incredibly fast – we were live in under a week! The impact on our lead management has been immediate and significant.", imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192768.jpg", imageAlt: "Portrait of David Kim", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t5", name: "Jessica Lee", handle: "@LocalSpa", testimonial: "Our clients love the 24/7 booking. It’s convenient for them and means we're never missing an opportunity, even outside business hours.", imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg", imageAlt: "Portrait of Jessica Lee", icon: Star,
|
||||
id: "t5", name: "Jessica Lee", handle: "@LocalSpa", testimonial: "Our clients love the 24/7 booking. It’s convenient for them and means we're never missing an opportunity, even outside business hours.", imageAlt: "Portrait of Jessica Lee", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user