From 8ebd9ab62e62284968082df0381478aa9f1ec32c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 17:45:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82a7def..3635b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { description="Comprehensive website solutions tailored to elevate your brand and engage your audience" tag="Services" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { title: "Custom Website Design", description: "Bespoke websites built from scratch to match your brand identity and business goals", icon: Code, @@ -181,7 +181,7 @@ export default function LandingPage() { description="Choose the perfect plan for your needs. Scale up as your business grows." tag="Pricing" tagIcon={DollarSign} - tagAnimation="entrance-slide" + tagAnimation="slide-up" plans={[ { id: "starter", title: "Starter", price: "$299", period: "per month", features: [ @@ -237,10 +237,10 @@ export default function LandingPage() { description="Find answers to common questions about our website design services and business tools" tag="FAQ" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - faqsAnimation="smooth" + faqsAnimation="blur-reveal" faqs={[ { id: "1", title: "How long does a typical website design project take?", content: "Our standard project timeline is 4-8 weeks depending on complexity and scope. We break the process into discovery, design, development, and testing phases to ensure quality at every step."}, -- 2.49.1