diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6bb021b..418eb7e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,7 +42,7 @@ const AboutPage = () => { description="We believe building a website should be simple, affordable, and accessible to everyone. Webild removes the barriers that have traditionally kept small businesses from having an online presence." tag="Our Mission" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} imagePosition="right" @@ -67,7 +67,7 @@ const AboutPage = () => { }, ]} buttons={[{ text: "Get Started", href: "https://app.webild.io/signup" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" mediaAnimation="blur-reveal" /> @@ -79,7 +79,7 @@ const AboutPage = () => { description="From startups to established companies, businesses worldwide trust Webild to power their online presence." tag="Trusted Partners" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" names={[ "TechStart Ventures", "Creative Studio Co", "Local Bakery Collective", "Digital Marketing Agency", "E-commerce Retailers", "Professional Services", "Healthcare Providers", "Educational Institutions"]} logos={[ @@ -89,7 +89,7 @@ const AboutPage = () => { speed={40} showCard={true} buttons={[{ text: "Start Building", href: "https://app.webild.io/signup" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ecd7fac..d665831 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -106,7 +106,7 @@ const ContactPage = () => { description="Get answers to common questions about support, billing, and technical matters." tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} animationType="smooth" diff --git a/src/app/page.tsx b/src/app/page.tsx index 245c1f1..098f1a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ const HomePage = () => { description="Webild empowers businesses to build professional, stunning websites in minutes. No coding required. No expensive designers needed. Just your vision and our platform." tag="Website Builder" tagIcon={Sparkles} - tagAnimation="entrance-slide" - background={{ variant: "circleGradient" }} + tagAnimation="opacity" + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Building Free", href: "https://app.webild.io/signup" }, { text: "View Demo", href: "https://demo.webild.io" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536635620-6a9a807e.png", imageAlt: "Website builder dashboard interface"}, @@ -95,15 +95,15 @@ const HomePage = () => { id: "e-commerce", title: "E-Commerce Ready", description: "Sell products directly from your website. Built-in shopping cart, payment processing, and inventory management make it easy to turn visitors into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-e-commerce-product-page-builder-inter-1772536634571-75cf8bde.png", imageAlt: "E-commerce product page setup"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-6-items" animationType="slide-up" title="Powerful Features for Every Business" description="Everything you need to build, launch, and manage your online presence—all in one intuitive platform." tag="Core Features" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="opacity" buttons={[{ text: "Explore All Features", href: "/features" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" textboxLayout="default" useInvertedBackground="noInvert" /> @@ -116,7 +116,7 @@ const HomePage = () => { description="We believe building a website should be simple, affordable, and accessible to everyone. Webild removes the barriers that have traditionally kept small businesses from having an online presence." tag="Our Mission" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} imagePosition="right" @@ -141,7 +141,7 @@ const HomePage = () => { }, ]} buttons={[{ text: "Learn More", href: "/about" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" mediaAnimation="blur-reveal" /> @@ -153,7 +153,7 @@ const HomePage = () => { description="From startups to established companies, businesses worldwide trust Webild to power their online presence." tag="Trusted Partners" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" names={[ "TechStart Ventures", "Creative Studio Co", "Local Bakery Collective", "Digital Marketing Agency", "E-commerce Retailers", "Professional Services", "Healthcare Providers", "Educational Institutions"]} logos={[ @@ -163,7 +163,7 @@ const HomePage = () => { speed={40} showCard={true} buttons={[{ text: "See Success Stories", href: "/testimonials" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -194,11 +194,11 @@ const HomePage = () => { description="Real stories from real businesses using Webild to transform their online presence." tag="Testimonials" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Read More Stories", href: "/case-studies" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -235,13 +235,13 @@ const HomePage = () => { description="Find answers to common questions about Webild, pricing, and how it works." tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} animationType="smooth" faqsAnimation="blur-reveal" buttons={[{ text: "Contact Support", href: "/contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 2698ce7..7c16f5a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -42,7 +42,7 @@ const PricingPage = () => { description="Choose the perfect plan for your business. All plans include our core features and 24/7 support." tag="Pricing" tagIcon={CreditCard} - tagAnimation="entrance-slide" + tagAnimation="opacity" plans={[ { id: "starter", badge: "Most Popular", badgeIcon: Star, @@ -73,7 +73,7 @@ const PricingPage = () => { textboxLayout="default" useInvertedBackground={false} uniformGridCustomHeightClasses="min-h-[500px]" - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -110,13 +110,13 @@ const PricingPage = () => { description="Find answers to common questions about Webild, pricing, and how it works." tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} animationType="smooth" faqsAnimation="blur-reveal" buttons={[{ text: "Contact Support", href: "/contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" />