Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 08:02:09 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Process"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -80,7 +80,7 @@ export default function LandingPage() {
description="Select the perfect plan for your business needs. All plans include 24/7 operation and unlimited call handling."
tag="Pricing"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
plans={[
{
id: "single-caller", price: "$300", name: "Single Function Voice Caller", buttons: [
@@ -137,7 +137,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Features"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
description="VoiceAI is trusted by businesses across diverse industries to scale their sales and customer service operations"
tag="Use Cases"
tagIcon={Building2}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
products={[
{
id: "real-estate", name: "Real Estate", price: "Property Leads", variant: "Automate buyer qualifying calls", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFbpbjRoFpG8LqXW7fw0kMpo2/an-illustration-representing-real-estate-1772611178742-80ae9eda.png", imageAlt: "Real Estate Industry"
@@ -179,7 +179,7 @@ export default function LandingPage() {
description="Explore detailed demos, workflows, and real-world examples of our AI voice agents handling various scenarios"
tag="Demo & Resources"
tagIcon={Play}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
names={[
@@ -201,7 +201,7 @@ export default function LandingPage() {
description="Real success stories from businesses that transformed their sales and customer service with VoiceAI"
tag="Testimonials"
tagIcon={MessageSquare}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "CEO, Real Estate Collective", testimonial: "Since implementing VoiceAI, our lead response time dropped to seconds and we booked 3x more appointments. The AI handles qualification perfectly and our team can focus on closing deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFbpbjRoFpG8LqXW7fw0kMpo2/a-professional-headshot-of-a-real-estate-1772611179464-55e41220.png", imageAlt: "Sarah Mitchell, CEO"
@@ -235,7 +235,7 @@ export default function LandingPage() {
description="Get answers to common questions about VoiceAI and how it works for your business"
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="smooth"
@@ -273,7 +273,7 @@ export default function LandingPage() {
<ContactCTA
tag="Get Started"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Stop Missing Calls. Start Closing More Deals."
description="Your AI calling team is ready to work 24/7. Book a demo, ask questions, or start your free 7-day trial today."
buttons={[
@@ -281,7 +281,7 @@ export default function LandingPage() {
{ text: "Start Free Trial", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>