From 1f5f73e11dada8ab93e2de2aff63fbf63352f89c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:37:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68ff422..bb6aac0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { ] }, { - title: "Development Process", description: "Build fast, secure, and scalable websites that deliver exceptional performance and user experience", bentoComponent: "3d-task-list", title: "Development", items: [ + title: "Development Process", description: "Build fast, secure, and scalable websites that deliver exceptional performance and user experience", bentoComponent: "3d-task-list", items: [ { icon: Code, label: "Custom Development", time: "4-8 weeks" }, { icon: Zap, label: "Performance Optimization", time: "Ongoing" }, { icon: Lock, label: "Security & Compliance", time: "Built-in" } @@ -145,8 +145,8 @@ export default function LandingPage() { avatars={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5d8tmx", alt: "business CEO professional portrait confident" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" useInvertedBackground={false} /> -- 2.49.1