diff --git a/src/app/page.tsx b/src/app/page.tsx index 380e273..b5712f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, CheckCircle, CreditCard, Globe, HelpCircle, Heart, Mail, Shield, Sparkles, Target, TrendingUp, Twitter, Zap, Linkedin } from 'lucide-react'; +import { Award, CheckCircle, CreditCard, Globe, HelpCircle, Heart, Mail, Shield, Sparkles, Target, TrendingUp, Twitter, Zap, Linkedin, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -48,15 +48,15 @@ export default function LandingPage() { description="Ensure your French content is flawless with our expert digital proofreading services. From technical documents to marketing materials, we perfect every word." tag="Professional Language Services" tagIcon={CheckCircle} - tagAnimation="slide-up" - background={{ variant: "aurora" }} + tagAnimation="blur-reveal" + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROn4R1E9JJCpFJDxO1ohe352u/a-sophisticated-digital-proofreading-das-1772552141916-680fab5d.png" imageAlt="French proofreading dashboard interface" buttons={[ { text: "Start Free Trial", href: "#contact" }, { text: "View Pricing", href: "#pricing" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" ariaLabel="Hero section for French proof digital services" /> @@ -145,7 +145,7 @@ export default function LandingPage() { ] }, { - id: "enterprise", tag: "Enterprise Plan", tagIcon: Zap, + id: "enterprise", tag: "Enterprise Plan", tagIcon: Crown, price: "$199", period: "/month", description: "Unlimited power for large-scale French content operations and teams.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Unlimited word processing", "4-hour priority turnaround", "Custom terminology dictionaries", "Multi-user team accounts", "Dedicated account manager", "Advanced API integration", "Dedicated phone support available 24/7" @@ -192,7 +192,7 @@ export default function LandingPage() { tagIcon={HelpCircle} tagAnimation="slide-up" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROn4R1E9JJCpFJDxO1ohe352u/a-customer-support-representative-provid-1772552141787-c7f86e7c.png" imageAlt="Customer support professional assisting with French language" @@ -227,7 +227,7 @@ export default function LandingPage() {