diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bfbffc..55bce65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Zap, TrendingUp, Lock, Brain, BarChart3, Workflow, Clock, DollarSign, Users, CheckCircle, Award, Tag, Mail } from 'lucide-react'; +import { Sparkles, Zap, TrendingUp, Lock, Brain, BarChart3, Workflow, Clock, DollarSign, Users, CheckCircle, Award, Tag, Mail, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { tag="AI-Powered Accounting" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXI4lGmP2u47s0VdGIUYIQVo7R/a-modern-accounting-software-dashboard-i-1772732389172-8f17edae.png" imageAlt="AccountingAI Dashboard Interface" mediaAnimation="slide-up" @@ -175,7 +175,7 @@ export default function LandingPage() { features: ["Up to 20 team members", "Unlimited invoice processing", "Advanced analytics & forecasting", "Priority phone support", "Premium integrations", "Custom workflows"] }, { - id: "enterprise", badge: "For Large Teams", badgeIcon: CheckCircle, + id: "enterprise", badge: "For Large Teams", badgeIcon: Crown, price: "Custom", subtitle: "Enterprise-grade solutions", buttons: [{ text: "Contact Sales", href: "#contact" }], features: ["Unlimited team members", "Unlimited processing", "Custom AI models", "Dedicated account manager", "White-label options", "SLA guarantees", "On-premise deployment"] } @@ -212,6 +212,7 @@ export default function LandingPage() { ]} textPosition="left" useInvertedBackground={false} + faqsAnimation="slide-up" animationType="smooth" /> @@ -223,7 +224,7 @@ export default function LandingPage() { description="Join thousands of companies saving time and money with intelligent automation. Start your free trial today—no credit card required." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your work email" buttonText="Start Free Trial"