From 4b9eddfbe2236c542a2fca5a54d9946fd4d98e07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:20:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22198b5..fbfd70b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function LandingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC1iC7n8wpgGHKDNrNvntOAHx/professional-headshot-of-male-software-e-1772731041820-579b29cf.png", alt: "Professional headshot of male software engineer with tech company background, friendly expression, s" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC1iC7n8wpgGHKDNrNvntOAHx/professional-headshot-of-tech-profession-1772731041914-b31e1edd.png", alt: "Professional headshot of tech professional with modern background, approachable expression, studio l" } ]} - ratingAnimation="entrance-slide" + ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} ariaLabel="Customer testimonial section" @@ -189,7 +189,7 @@ export default function LandingPage() { title="Stay Updated with DevBuild" description="Join our community of 50,000+ developers and get weekly updates, tutorials, and exclusive features delivered to your inbox." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "rotated-rays-static" }} useInvertedBackground={true} inputPlaceholder="your@email.com" -- 2.49.1