From 5fb71136cded8da3551dae61830d8d5cbb8d75c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:48:53 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f5cb306..e6aecce 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 11:48:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1929536..3a591f0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { description="Everything you need to know about VoiceAI and how it works for your business." tag="FAQ" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" faqs={[ { id: "1", title: "How does VoiceAI understand different accents and languages?", content: -- 2.49.1 From a13c9bf4f12009258e7bafffde3830976e63baec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:48:58 +0000 Subject: [PATCH 3/5] Update src/app/features/page.tsx --- src/app/features/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index b1e5376..0e4a712 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -45,7 +45,7 @@ export default function FeaturesPage() { description="Our AI agents are equipped with cutting-edge technology to handle complex conversations, understand context, and drive real business results." tag="Core Capabilities" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: "1", title: "Advanced Voice Recognition", author: "AI Technology", description: @@ -80,7 +80,7 @@ export default function FeaturesPage() { description="Purpose-built AI voice agents optimized for different business needs." tag="Industry Solutions" tagIcon={Target} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" products={[ { id: "1", name: "Enterprise Voice Agent", price: "Custom", variant: "For Large Organizations", imageSrc: -- 2.49.1 From d753344618bd2302798e52b94b3566fcd9c346e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:49:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed51b28..da8f57e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { title="Voice AI Agents That Talk to Your Customers" description="Transform your business with intelligent voice AI agents that understand, engage, and convert. Perfect for sales, support, scheduling, and more—across any industry." tag="AI-Powered Conversations" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/a-modern-sleek-voice-ai-agent-dashboard--1772537854183-0fa5b8b4.png" imageAlt="Voice AI Agent Dashboard Interface" textPosition="bottom-left" @@ -65,7 +65,7 @@ export default function HomePage() { { text: "Start Free Trial", href: "https://app.voiceai.com/trial" }, { text: "Watch Demo", href: "#demo" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -73,7 +73,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 11:49:02 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index ab99a67..32ff670 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -44,7 +44,7 @@ export default function PricingPage() { description="Choose the plan that fits your business needs. All plans include 24/7 support and regular updates." tag="Pricing Plans" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" plans={[ { id: "1", badge: "Starter", price: "$99/mo", subtitle: "Perfect for small businesses", buttons: [ -- 2.49.1