@@ -34,25 +35,27 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name:"Home",id:"#home"},
name:"Home",id:"/"},
{
name:"Solutions",id:"#solutions"},
name:"Solutions",id:"/#solutions"},
{
name:"Impact",id:"#impact"},
name:"Impact",id:"/#impact"},
{
name:"How it Works",id:"/#how-it-works"},
{
name:"Calculator",id:"/calculator"},
{
name:"Pricing",id:"#pricing"},
name:"Pricing",id:"/#pricing"},
{
name:"Testimonials",id:"#testimonials"},
name:"Testimonials",id:"/#testimonials"},
{
name:"Contact",id:"#contact"},
name:"Contact",id:"/#contact"},
]}
logoSrc="asset://1_1709403332503_group-19-1-svg"
logoAlt="elevai8 Logo"
brandName="elevai8"
button={{
text:"Get Free Demo",href:"#contact"}}
text:"Get Free Demo",href:"/#contact"}}
animateOnLoad={true}
/>
</div>
@@ -67,9 +70,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text:"Get Free Demo",href:"#contact"},
text:"Get Free Demo",href:"/#contact"},
{
text:"See Solutions",href:"#solutions"},
text:"See Solutions",href:"/#solutions"},
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -102,8 +105,8 @@ export default function LandingPage() {
{
title:"24/7 Availability & Support",description:"Your AI receptionist never sleeps. Provide round-the-clock service to your clients, booking appointments and answering queries anytime.",imageSrc:"http://img.b2bpic.net/free-photo/angry-customer-service-operator-talking-phone-office_1301-7545.jpg",imageAlt:"24/7 AI availability",titleImageSrc:"http://img.b2bpic.net/free-photo/wooden-man-figurine-blue-wall_169016-5177.jpg",buttonText:"Explore Benefits"},
]}
title="Seamless AI Solutions for Every Small Business"
description="Discover how elevai8's AI streamlines your operations, enhances customer experience, and drives conversions across diverse industries."
title="AI & Automation: Scaling Service Businesses with Smarter Systems"
description="Explore how elevai8's AI streamlines operations, enhances customer experience, and drives conversions, covering AI receptionists, business automation, and real business acquisitions and sales."
/>
</div>
@@ -127,6 +130,49 @@ export default function LandingPage() {
/>
</div>
<divid="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."
@@ -171,7 +217,7 @@ export default function LandingPage() {
id:"professional",badge:"Popular",badgeIcon: Zap,
price:"$199/month",subtitle:"Ideal for growing small businesses",buttons:[
{
text:"Get Started",href:"#contact"},
text:"Get Started",href:"/#contact"},
],
features:[
"AI Call Assistant (up to 500 calls/month)","Advanced CRM Integration","Customizable AI Persona","Enhanced Missed Call Recovery","Performance Analytics Dashboard"],
@@ -180,7 +226,7 @@ export default function LandingPage() {
id:"enterprise",badge:"Premium",badgeIcon: Award,
price:"Custom",subtitle:"Tailored for larger practices & chains",buttons:[
{
text:"Contact Us",href:"#contact"},
text:"Contact Us",href:"/#contact"},
],
features:[
"Unlimited AI Call Assistant","Full CRM Integration Suite","Dedicated Account Manager","Priority Support","Bespoke AI Customization","Advanced Reporting & Insights"],
@@ -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"
@@ -234,7 +280,7 @@ export default function LandingPage() {
id:"faq4",title:"How long does it take to set up elevai8's AI solutions?",content:"Typically, our clients can go live with their customized AI solution in as little as 5 days. Our streamlined onboarding process ensures a quick and efficient setup with minimal disruption to your business."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about elevai8's AI receptionist and missed call solutions."
sideDescription="Find quick answers to common questions about elevai8's AI receptionist, automation, and business growth solutions."
faqsAnimation="slide-up"
textPosition="left"
showCard={true}
@@ -265,25 +311,25 @@ export default function LandingPage() {
{
items:[
{
label:"Home",href:"#home"},
label:"Home",href:"/#home"},
{
label:"Solutions",href:"#solutions"},
label:"Solutions",href:"/#solutions"},
{
label:"Pricing",href:"#pricing"},
label:"Pricing",href:"/#pricing"},
{
label:"Impact",href:"#impact"},
label:"Impact",href:"/#impact"},
],
},
{
items:[
{
label:"About Us",href:"#about"},
label:"About Us",href:"/#about"},
{
label:"Testimonials",href:"#testimonials"},
label:"Testimonials",href:"/#testimonials"},
{
label:"FAQ",href:"#faq"},
label:"FAQ",href:"/#faq"},
{
label:"Contact",href:"#contact"},
label:"Contact",href:"/#contact"},
],
},
{
@@ -303,4 +349,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.