From c74206c9b8ded9c575a41fd43f3c797e3f85624c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:02:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 234a94e..a27e2e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Process" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -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" /> @@ -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() { -- 2.49.1