Update src/app/page.tsx
This commit is contained in:
395
src/app/page.tsx
395
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Solutions",
|
name: "Solutions", id: "#solutions"},
|
||||||
id: "#solutions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Choose Us",
|
name: "Why Choose Us", id: "#why-us"},
|
||||||
id: "#why-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/logo-designer-holding-smartphone-with-cool-logo-it_23-2149142148.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/logo-designer-holding-smartphone-with-cool-logo-it_23-2149142148.jpg"
|
||||||
brandName="R&L Social Agency"
|
brandName="R&L Social Agency"
|
||||||
@@ -60,24 +50,17 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated-grid",
|
variant: "downward-rays-animated-grid"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Intelligent AI Receptionists for Modern Businesses"
|
title="Intelligent AI Receptionists for Modern Businesses"
|
||||||
description="Never Miss a Call. Never Miss an Opportunity. R&L Social Agency helps businesses improve customer service, capture more leads, and operate more efficiently through AI-powered receptionist solutions."
|
description="Never Miss a Call. Never Miss an Opportunity. R&L Social Agency helps businesses improve customer service, capture more leads, and operate more efficiently through AI-powered receptionist solutions."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Availability"},
|
||||||
label: "Availability",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Customer Satisfaction"},
|
||||||
label: "Customer Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "30%",
|
value: "30%", label: "Cost Reduction"},
|
||||||
label: "Cost Reduction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg"
|
||||||
@@ -85,52 +68,32 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133237.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133237.jpg", alt: "Female Executive"},
|
||||||
alt: "Female Executive",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-asmr-artist-uses-quality-mic-studio-anti-stress-video_482257-124195.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-asmr-artist-uses-quality-mic-studio-anti-stress-video_482257-124195.jpg", alt: "Male Executive"},
|
||||||
alt: "Male Executive",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg",
|
src: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg", alt: "Team Member 1"},
|
||||||
alt: "Team Member 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/diverse-customer-center-workers-assisting-clients-with-installing-software_482257-126181.jpg",
|
src: "http://img.b2bpic.net/free-photo/diverse-customer-center-workers-assisting-clients-with-installing-software_482257-126181.jpg", alt: "Customer Service Rep"},
|
||||||
alt: "Customer Service Rep",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22662.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22662.jpg", alt: "Business Owner"},
|
||||||
alt: "Business Owner",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by over 1000 businesses"
|
avatarText="Trusted by over 1000 businesses"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "24/7 AI Availability", icon: Clock,
|
||||||
text: "24/7 AI Availability",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Seamless Integration", icon: Sparkles,
|
||||||
text: "Seamless Integration",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Enhanced Security", icon: ShieldCheck,
|
||||||
text: "Enhanced Security",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Global Language Support", icon: Globe,
|
||||||
text: "Global Language Support",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Boosted Lead Conversion", icon: TrendingUp,
|
||||||
text: "Boosted Lead Conversion",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={40}
|
marqueeSpeed={40}
|
||||||
@@ -157,14 +120,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Trades",
|
"Trades", "Cafés & Hospitality", "Beauty & Wellness", "Healthcare", "Real Estate", "Professional Services", "Automotive"]}
|
||||||
"Cafés & Hospitality",
|
|
||||||
"Beauty & Wellness",
|
|
||||||
"Healthcare",
|
|
||||||
"Real Estate",
|
|
||||||
"Professional Services",
|
|
||||||
"Automotive",
|
|
||||||
]}
|
|
||||||
title="Industries We Support"
|
title="Industries We Support"
|
||||||
description="Our AI receptionist solutions are versatile and scalable, providing critical support across a diverse range of sectors, ensuring every business thrives."
|
description="Our AI receptionist solutions are versatile and scalable, providing critical support across a diverse range of sectors, ensuring every business thrives."
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -179,101 +135,37 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "24/7 Call Answering", author: "Continuous Service", description: "Never miss a call, even outside business hours. Our AI ensures constant availability for your customers.", tags: [
|
||||||
title: "24/7 Call Answering",
|
"Always On", "Reliable"],
|
||||||
author: "Continuous Service",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-customer-support-job-using-ai-summarize-clients-issues_482257-117988.jpg", imageAlt: "24/7 call answering illustration"},
|
||||||
description: "Never miss a call, even outside business hours. Our AI ensures constant availability for your customers.",
|
|
||||||
tags: [
|
|
||||||
"Always On",
|
|
||||||
"Reliable",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-customer-support-job-using-ai-summarize-clients-issues_482257-117988.jpg",
|
|
||||||
imageAlt: "24/7 call answering illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Automatic Call Routing", author: "Smart Connections", description: "Efficiently direct calls to the right department or individual, improving response times and customer experience.", tags: [
|
||||||
title: "Automatic Call Routing",
|
"Efficient", "Smart"],
|
||||||
author: "Smart Connections",
|
imageSrc: "http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg", imageAlt: "Automatic call routing illustration"},
|
||||||
description: "Efficiently direct calls to the right department or individual, improving response times and customer experience.",
|
|
||||||
tags: [
|
|
||||||
"Efficient",
|
|
||||||
"Smart",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg",
|
|
||||||
imageAlt: "Automatic call routing illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Scam Call Filtering", author: "Enhanced Security", description: "Protect your business from unwanted and fraudulent calls, allowing your team to focus on genuine inquiries.", tags: [
|
||||||
title: "Scam Call Filtering",
|
"Secure", "Protective"],
|
||||||
author: "Enhanced Security",
|
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-worker-sitting-medical-examination-room-talking-phone-with-someone_637285-567.jpg", imageAlt: "Scam call filtering illustration"},
|
||||||
description: "Protect your business from unwanted and fraudulent calls, allowing your team to focus on genuine inquiries.",
|
|
||||||
tags: [
|
|
||||||
"Secure",
|
|
||||||
"Protective",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-worker-sitting-medical-examination-room-talking-phone-with-someone_637285-567.jpg",
|
|
||||||
imageAlt: "Scam call filtering illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Bookings & Availability Management", author: "Streamlined Scheduling", description: "Manage appointments and real-time availability with ease, reducing administrative burden.", tags: [
|
||||||
title: "Bookings & Availability Management",
|
"Automated", "Organized"],
|
||||||
author: "Streamlined Scheduling",
|
imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-assortment_23-2149064618.jpg", imageAlt: "Bookings and availability management illustration"},
|
||||||
description: "Manage appointments and real-time availability with ease, reducing administrative burden.",
|
|
||||||
tags: [
|
|
||||||
"Automated",
|
|
||||||
"Organized",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-assortment_23-2149064618.jpg",
|
|
||||||
imageAlt: "Bookings and availability management illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "Lead Qualification & Capture", author: "Growth Engine", description: "Identify and capture valuable leads from every interaction, nurturing potential clients automatically.", tags: [
|
||||||
title: "Lead Qualification & Capture",
|
"Lead Gen", "Conversion"],
|
||||||
author: "Growth Engine",
|
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg", imageAlt: "Lead qualification and capture illustration"},
|
||||||
description: "Identify and capture valuable leads from every interaction, nurturing potential clients automatically.",
|
|
||||||
tags: [
|
|
||||||
"Lead Gen",
|
|
||||||
"Conversion",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg",
|
|
||||||
imageAlt: "Lead qualification and capture illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f6",
|
id: "f6", title: "Order Management", author: "Seamless Transactions", description: "Automate order processing and inquiries, providing quick and accurate support to your customers.", tags: [
|
||||||
title: "Order Management",
|
"Efficient", "Accurate"],
|
||||||
author: "Seamless Transactions",
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-depot-worker-scanning-barcodes-packages-warehouse-reviewing-shipping-labels_482257-136342.jpg", imageAlt: "Order management illustration"},
|
||||||
description: "Automate order processing and inquiries, providing quick and accurate support to your customers.",
|
|
||||||
tags: [
|
|
||||||
"Efficient",
|
|
||||||
"Accurate",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-depot-worker-scanning-barcodes-packages-warehouse-reviewing-shipping-labels_482257-136342.jpg",
|
|
||||||
imageAlt: "Order management illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f7",
|
id: "f7", title: "Multi-Language Support", author: "Global Reach", description: "Serve a diverse customer base with AI that communicates fluently in multiple languages.", tags: [
|
||||||
title: "Multi-Language Support",
|
"Inclusive", "Global"],
|
||||||
author: "Global Reach",
|
imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-talking-with-customer-using-headphones-mic-closeup_482257-126149.jpg", imageAlt: "Multi-language support illustration"},
|
||||||
description: "Serve a diverse customer base with AI that communicates fluently in multiple languages.",
|
|
||||||
tags: [
|
|
||||||
"Inclusive",
|
|
||||||
"Global",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-talking-with-customer-using-headphones-mic-closeup_482257-126149.jpg",
|
|
||||||
imageAlt: "Multi-language support illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f8",
|
id: "f8", title: "Email Notifications", author: "Instant Updates", description: "Keep your team and customers informed with automated email alerts and summaries.", tags: [
|
||||||
title: "Email Notifications",
|
"Instant", "Informed"],
|
||||||
author: "Instant Updates",
|
imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-illuminated-message-icon_1134-306.jpg", imageAlt: "Email notifications illustration"},
|
||||||
description: "Keep your team and customers informed with automated email alerts and summaries.",
|
|
||||||
tags: [
|
|
||||||
"Instant",
|
|
||||||
"Informed",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-illuminated-message-icon_1134-306.jpg",
|
|
||||||
imageAlt: "Email notifications illustration",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Intelligent AI Solutions"
|
title="Our Intelligent AI Solutions"
|
||||||
description="Leverage advanced AI capabilities to streamline your operations and enhance customer engagement with our comprehensive suite of services."
|
description="Leverage advanced AI capabilities to streamline your operations and enhance customer engagement with our comprehensive suite of services."
|
||||||
@@ -287,89 +179,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "w1",
|
id: "w1", title: "24/7 Customer Availability", author: "Constant Service", description: "Our AI receptionists ensure every call is answered, every inquiry handled, 24 hours a day, 7 days a week. Never miss a potential lead or an important customer query, maximizing your business opportunities around the clock.", tags: [
|
||||||
title: "Never Miss a Customer Call",
|
"Always On", "Reliable"],
|
||||||
author: "Constant Availability",
|
imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-dispatch-operator-gives-directions-couriers_482257-94747.jpg", imageAlt: "Never miss a customer call"},
|
||||||
description: "Ensure every customer inquiry is handled promptly, capturing all potential business.",
|
|
||||||
tags: [
|
|
||||||
"Reliability",
|
|
||||||
"Availability",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-dispatch-operator-gives-directions-couriers_482257-94747.jpg",
|
|
||||||
imageAlt: "Never miss a customer call",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "w2",
|
id: "w2", title: "Significant Cost Reduction", author: "Operational Efficiency", description: "Automate routine receptionist tasks and eliminate the need for additional staffing. Our AI solutions drastically reduce your operational overheads while maintaining high-quality customer service, delivering substantial cost savings for your business.", tags: [
|
||||||
title: "Reduce Staffing Costs",
|
"Savings", "Efficiency"],
|
||||||
author: "Cost Efficiency",
|
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-karateka-woman-motion-design_183364-124097.jpg", imageAlt: "Reduce staffing costs"},
|
||||||
description: "Optimize operational expenses by automating receptionist duties with AI.",
|
|
||||||
tags: [
|
|
||||||
"Savings",
|
|
||||||
"Efficiency",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-karateka-woman-motion-design_183364-124097.jpg",
|
|
||||||
imageAlt: "Reduce staffing costs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "w3",
|
id: "w3", title: "Boosted Customer Satisfaction", author: "Superior Experience", description: "Provide consistent, instant, and personalized responses to all customer interactions. Our AI ensures that your customers receive prompt and accurate support, leading to higher satisfaction rates and stronger client loyalty.", tags: [
|
||||||
title: "Improve Customer Satisfaction",
|
"Satisfaction", "Quality"],
|
||||||
author: "Enhanced Experience",
|
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technicians-deploying-ai-driven-management-tools-using-tablet_482257-125454.jpg", imageAlt: "Improve customer satisfaction"},
|
||||||
description: "Deliver consistent, high-quality service 24/7, leading to happier customers.",
|
|
||||||
tags: [
|
|
||||||
"Satisfaction",
|
|
||||||
"Quality",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technicians-deploying-ai-driven-management-tools-using-tablet_482257-125454.jpg",
|
|
||||||
imageAlt: "Improve customer satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "w4",
|
id: "w4", title: "Maximized Lead Capture", author: "Growth Engine", description: "Implement intelligent lead qualification and immediate follow-up. Our AI efficiently identifies high-potential leads, captures their information, and nurtures them through the sales funnel, significantly increasing your conversion rates.", tags: [
|
||||||
title: "Capture More Leads",
|
"Growth", "Leads"],
|
||||||
author: "Lead Generation",
|
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038421.jpg", imageAlt: "Capture more leads"},
|
||||||
description: "Maximize lead capture through efficient qualification and immediate response.",
|
|
||||||
tags: [
|
|
||||||
"Growth",
|
|
||||||
"Leads",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038421.jpg",
|
|
||||||
imageAlt: "Capture more leads",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "w5",
|
id: "w5", title: "Seamless Business Scalability", author: "Flexible Expansion", description: "Expand your business operations without the typical constraints of increased headcount or infrastructure. Our AI solutions are designed to scale effortlessly with your growth, adapting to increased demand without compromising service quality.", tags: [
|
||||||
title: "Operate 24/7",
|
"Scalability", "Flexibility"],
|
||||||
author: "Uninterrupted Service",
|
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-home-office_1150-11552.jpg", imageAlt: "Scale without additional resources"},
|
||||||
description: "Provide round-the-clock support without the need for human supervision.",
|
|
||||||
tags: [
|
|
||||||
"Always On",
|
|
||||||
"Global",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-addicted-their-smart-devices-scrolling-through-looking-into-their-screens_23-2151487264.jpg",
|
|
||||||
imageAlt: "Operate 24/7",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "w6",
|
id: "w6", title: "Actionable Business Insights", author: "Data-Driven Decisions", description: "Gain access to comprehensive data and analytics on customer interactions, call patterns, and service performance. These insights empower you to make informed strategic decisions, optimize operations, and continually refine your customer engagement approach.", tags: [
|
||||||
title: "Scale Without Additional Resources",
|
"Insights", "Analytics"],
|
||||||
author: "Flexible Growth",
|
imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-phone-frame_23-2149019159.jpg", imageAlt: "Gain valuable business insights"},
|
||||||
description: "Expand your operations effortlessly without increasing your headcount.",
|
|
||||||
tags: [
|
|
||||||
"Scalability",
|
|
||||||
"Flexibility",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-home-office_1150-11552.jpg",
|
|
||||||
imageAlt: "Scale without additional resources",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "w7",
|
|
||||||
title: "Gain Valuable Business Insights",
|
|
||||||
author: "Data-Driven Decisions",
|
|
||||||
description: "Access detailed reports and analytics to understand customer behavior and optimize strategies.",
|
|
||||||
tags: [
|
|
||||||
"Insights",
|
|
||||||
"Analytics",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-phone-frame_23-2149019159.jpg",
|
|
||||||
imageAlt: "Gain valuable business insights",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Businesses Choose R&L Social Agency"
|
title="Why Businesses Choose R&L Social Agency"
|
||||||
description="Partner with us to transform your customer interactions and achieve operational excellence."
|
description="Partner with us to transform your customer interactions and achieve operational excellence."
|
||||||
@@ -379,39 +211,21 @@ export default function LandingPage() {
|
|||||||
<div id="reporting" data-section="reporting">
|
<div id="reporting" data-section="reporting">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Advanced Reporting & Analytics"
|
title="Advanced Reporting & Analytics Tools"
|
||||||
tag="Data-Driven Insights"
|
tag="Data-Driven Insights for Optimization"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "Detailed Call Logs", description: "Access comprehensive records of all inbound and outbound calls, including duration, AI agent actions, and caller details for thorough review and compliance."},
|
||||||
value: "Call Logs",
|
|
||||||
description: "Comprehensive records of all inbound and outbound calls.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "AI Sentiment Analysis", description: "Utilize AI-driven sentiment analysis to understand customer emotions and feedback from call transcripts and interactions, providing deeper insights into satisfaction."},
|
||||||
value: "Customer Feedback",
|
|
||||||
description: "Aggregated insights from customer interactions and sentiment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "Enquiry Trend Reports", description: "Identify common customer questions, peak inquiry times, and emerging topics through detailed trend reports to proactively optimize your service strategies and content."},
|
||||||
value: "Enquiry Trends",
|
|
||||||
description: "Analysis of common customer questions and topics over time.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "Performance Dashboards", description: "Monitor key metrics on AI receptionist efficiency, response times, and overall service quality through interactive dashboards, allowing for real-time performance tracking."},
|
||||||
value: "Performance Reporting",
|
|
||||||
description: "Key metrics on AI receptionist efficiency and service quality.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m5",
|
id: "m5", value: "Integrated Lead Tracking", description: "Seamlessly track qualified leads from initial contact to conversion within your existing CRM systems, ensuring no opportunity is missed and improving sales pipeline visibility."},
|
||||||
value: "Lead Tracking",
|
|
||||||
description: "Monitor the journey of qualified leads from initial contact to conversion.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m6",
|
id: "m6", value: "Customizable Business Insights", description: "Generate actionable intelligence with customizable reports that provide deep understanding of customer behavior, helping you to optimize operations and refine your overall business strategy."},
|
||||||
value: "Business Insights",
|
|
||||||
description: "Actionable intelligence to optimize operations and customer strategies.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -426,47 +240,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Missed revenue opportunities", price: "Assessment", imageSrc: "http://img.b2bpic.net/free-photo/bills-entering-piggy-bank_1160-935.jpg", imageAlt: "Illustration of missed revenue"},
|
||||||
name: "Missed revenue opportunities",
|
|
||||||
price: "Assessment",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bills-entering-piggy-bank_1160-935.jpg",
|
|
||||||
imageAlt: "Illustration of missed revenue",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Customer response gaps", price: "Analysis", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg", imageAlt: "Illustration of customer response gaps"},
|
||||||
name: "Customer response gaps",
|
|
||||||
price: "Analysis",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg",
|
|
||||||
imageAlt: "Illustration of customer response gaps",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Potential efficiency improvements", price: "Recommendations", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595849.jpg", imageAlt: "Illustration of efficiency improvements"},
|
||||||
name: "Potential efficiency improvements",
|
|
||||||
price: "Recommendations",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595849.jpg",
|
|
||||||
imageAlt: "Illustration of efficiency improvements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Areas for automation", price: "Identification", imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-treadmill_1048-11633.jpg", imageAlt: "Illustration of automation areas"},
|
||||||
name: "Areas for automation",
|
|
||||||
price: "Identification",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-treadmill_1048-11633.jpg",
|
|
||||||
imageAlt: "Illustration of automation areas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Personalized AI strategy", price: "Outline", imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-looking-computer-monitor-data-center-running-scripts_482257-123133.jpg", imageAlt: "Illustration of personalized AI strategy"},
|
||||||
name: "Personalized AI strategy",
|
|
||||||
price: "Outline",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-looking-computer-monitor-data-center-running-scripts_482257-123133.jpg",
|
|
||||||
imageAlt: "Illustration of personalized AI strategy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "ROI projection for AI implementation", price: "Estimate", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg", imageAlt: "Illustration of ROI projection"},
|
||||||
name: "ROI projection for AI implementation",
|
|
||||||
price: "Estimate",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg",
|
|
||||||
imageAlt: "Illustration of ROI projection",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="FREE Missed Call Revenue Assessment"
|
title="FREE Missed Call Revenue Assessment"
|
||||||
description="Discover how much revenue your business may be losing from unanswered calls, after-hours enquiries, and missed booking opportunities. Our free assessment helps identify:"
|
description="Discover how much revenue your business may be losing from unanswered calls, after-hours enquiries, and missed booking opportunities. Our free assessment helps identify:"
|
||||||
@@ -480,27 +264,16 @@ export default function LandingPage() {
|
|||||||
description="Ready to revolutionize your business with intelligent AI receptionists? Contact us today for a free consultation or to learn more about our solutions."
|
description="Ready to revolutionize your business with intelligent AI receptionists? Contact us today for a free consultation or to learn more about our solutions."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Your Phone Number",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-young-call-center-girl-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-looking-clipboard-isolated-orange-wall_141793-97801.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-young-call-center-girl-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-looking-clipboard-isolated-orange-wall_141793-97801.jpg"
|
||||||
@@ -517,13 +290,9 @@ export default function LandingPage() {
|
|||||||
logoAlt="R&L Social Agency Logo"
|
logoAlt="R&L Social Agency Logo"
|
||||||
logoText="R&L Social Agency"
|
logoText="R&L Social Agency"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user