|
|
|
|
@@ -0,0 +1,23 @@
|
|
|
|
|
import Button from "@/components/ui/Button";
|
|
|
|
|
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
|
|
|
|
|
import TextAnimation from "@/components/ui/TextAnimation";
|
|
|
|
|
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
|
|
|
|
import ScrollReveal from "@/components/ui/ScrollReveal";
|
|
|
|
|
import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards";
|
|
|
|
|
|
|
|
|
|
export default function ChatbotServicesPage() {
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<div data-webild-section="HeroSplit"><section aria-label="Hero section" className="relative flex items-center h-fit md:h-svh pt-25 pb-20 md:py-0"><HeroBackgroundSlot /><div className="flex flex-col md:flex-row items-center gap-12 md:gap-20 w-content-width mx-auto"><div className="w-full md:w-1/2"><div className="flex flex-col items-center md:items-start gap-3"><div className="px-3 py-1 mb-1 text-sm card rounded w-fit"><p>Intelligent Chatbots</p></div><TextAnimation text="Automate Support & Drive Sales 24/7" variant="fade-blur" gradientText={true} tag="h1" className="text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-center md:text-left text-balance" /><TextAnimation text="Integrate powerful, scalable chatbot solutions into your website. Vertex Digital builds intelligent conversational agents that engage customers and streamline your operations." variant="fade-blur" gradientText={false} tag="p" className="md:max-w-8/10 text-lg md:text-xl leading-snug text-center md:text-left text-balance" /><div className="flex flex-wrap max-md:justify-center gap-3 mt-2 md:mt-3"><Button text="Get Started" href="/contact" variant="primary" /><Button text="View Case Studies" href="/work" variant="secondary" animationDelay={0.1} /></div></div></div><ScrollReveal variant="fade-blur" delay={0.2} className="w-full md:w-1/2 h-100 md:h-[65vh] md:max-h-[75svh] p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden"><ImageOrVideo imageSrc="https://img.freepik.com/free-photo/colleagues-working-together-call-center-office_23-2149256077.jpg" /></ScrollReveal></div></section></div>
|
|
|
|
|
<div data-webild-section="FeaturesIconCards"><FeaturesIconCards
|
|
|
|
|
tag="Intelligent Automation"
|
|
|
|
|
title="Smarter Conversations, Better Results"
|
|
|
|
|
description="Deploy intelligent chatbots that handle inquiries, qualify leads, and support your customers 24/7. Scale your operations without losing the human touch."
|
|
|
|
|
primaryButton={{"text":"Get Started","href":"/contact"}}
|
|
|
|
|
secondaryButton={{"text":"View Case Studies","href":"/work"}}
|
|
|
|
|
features={[{"icon":"MessageSquare","title":"24/7 Customer Support","description":"Provide instant answers to common questions around the clock, reducing wait times."},{"icon":"TrendingUp","title":"Automated Lead Generation","description":"Engage visitors proactively and qualify leads before handing them to your sales team."},{"icon":"Zap","title":"Seamless Integration","description":"Connect your chatbot directly to your CRM, helpdesk, and existing business tools."},{"icon":"Globe","title":"Multilingual Capabilities","description":"Communicate with a global audience in their native language automatically."},{"icon":"BarChart3","title":"Actionable Analytics","description":"Gain insights into customer behavior and optimize responses with detailed reporting."},{"icon":"ShieldCheck","title":"Enterprise-Grade Security","description":"Ensure all customer interactions are encrypted and compliant with data privacy standards."}]}
|
|
|
|
|
/></div>
|
|
|
|
|
<div data-webild-section="ContactCta"><section aria-label="Contact section" className="py-20"><div className="w-content-width mx-auto"><ScrollReveal variant="fade"><div className="flex flex-col items-center gap-8 md:gap-10 py-20 px-8 rounded card"><div className="flex flex-col items-center gap-2"><div className="px-3 py-1 mb-1 text-sm card rounded w-fit"><p>Ready to Automate?</p></div><TextAnimation text="Transform your customer experience with an intelligent, scalable chatbot tailored to your business needs." variant="fade" gradientText={true} tag="h2" className="md:max-w-8/10 text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-center text-balance" /><div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3"><Button text="Schedule a Demo" href="/contact" variant="primary" /><Button text="Explore Features" href="#features" variant="secondary" animationDelay={0.1} /></div></div></div></ScrollReveal></div></section></div>
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|
}
|