From a016dcb0ae6e396bed955077f50f5e1aabf43110 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:16:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1538a36..fc7c555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Award-Winning Developer" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "View My Work", href: "#portfolio" }, { text: "Let's Talk", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvE0a81wS0ubj6yewNM3kn2cP9/abstract-purple-to-deep-navy-gradient-fl-1773465337632-c8d8cc20.png" imageAlt="Premium gradient blob animation" - mediaAnimation="entrance-slide" + mediaAnimation="blur-reveal" ariaLabel="Hero section - High-performance websites expert" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" titleClassName="text-5xl sm:text-6xl lg:text-7xl font-extrabold tracking-tight" @@ -74,9 +74,9 @@ export default function LandingPage() { description="Recognized partnerships and certifications from the world's leading platforms and networks." tag="Certified Expertise" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "View Certifications", href: "#portfolio" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} speed={35} @@ -96,16 +96,16 @@ export default function LandingPage() { positiveCard={{ items: ["Lightning-fast performance", "Premium user experience", "Conversion-optimized design", "Scalable future-proof solutions"] }} - animationType="entrance-slide" + animationType="blur-reveal" title="We Build the Opposite" description="While competitors focus on cutting corners, we focus on cutting-edge results. Every project is engineered for performance, conversion, and growth." textboxLayout="default" useInvertedBackground={false} tag="Strategic Development" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "See How We Work", href: "#portfolio" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" ariaLabel="Feature comparison section" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold mb-4" @@ -129,15 +129,15 @@ export default function LandingPage() { ]} carouselMode="buttons" gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + animationType="blur-reveal" uniformGridCustomHeightClasses="min-h-80 2xl:min-h-96" title="Portfolio of Results" description="Real projects. Real results. Real ROI. Each case study demonstrates our commitment to measurable business impact and technical excellence." tag="Featured Work" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "Explore All Projects", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} ariaLabel="Portfolio section - Featured projects" @@ -165,15 +165,15 @@ export default function LandingPage() { } ]} carouselMode="buttons" - animationType="entrance-slide" + animationType="blur-reveal" uniformGridCustomHeightClasses="min-h-80 2xl:min-h-96" title="Numbers That Matter" description="Our work speaks through measurable impact. These metrics represent real business growth and technical excellence across diverse industries." tag="Proven Results" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "View Case Studies", href: "#portfolio" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} ariaLabel="Metrics section - Performance indicators" @@ -215,15 +215,15 @@ export default function LandingPage() { ]} carouselMode="buttons" gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + animationType="blur-reveal" uniformGridCustomHeightClasses="min-h-80 2xl:min-h-96" title="Client Testimonials" description="Don't take our word for it. Hear directly from the founders, directors, and leaders who've experienced the impact of our premium development work." tag="Client Stories" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "Read More Reviews", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} ariaLabel="Testimonials section - Client reviews" @@ -260,8 +260,8 @@ export default function LandingPage() { sideTitle="Questions Answered" sideDescription="Everything you need to know about working with me. If you have questions beyond this, let's schedule a call." buttons={[{ text: "Schedule a Call", href: "#contact" }]} - buttonAnimation="entrance-slide" - faqsAnimation="entrance-slide" + buttonAnimation="blur-reveal" + faqsAnimation="blur-reveal" textPosition="left" useInvertedBackground={false} animationType="smooth" @@ -280,12 +280,12 @@ export default function LandingPage() { title="Ready to Transform Your Digital Presence?" description="Whether you're a mid-market e-commerce brand, creative agency, or bootstrapped founder, let's discuss how premium development and strategic thinking can drive measurable business growth." tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={true} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvE0a81wS0ubj6yewNM3kn2cP9/premium-professional-workspace-with-mode-1773465337595-4794778f.png" imageAlt="Premium workspace setup" - mediaAnimation="entrance-slide" + mediaAnimation="blur-reveal" mediaPosition="right" inputPlaceholder="your@email.com" buttonText="Start Conversation" -- 2.49.1