From 22da671fb60170b352d3f049319b30c78f77c7e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:34:22 +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 23c180a..dbf87d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,10 +137,10 @@ export default function LandingPage() { id: "5", title: "Scouting Profiles", description: "Build your professional player profile showcasing your best performances, statistics, and highlights. Get discovered by scouts, coaches, and talent managers looking for the next generation of elite players.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARG95IubePm72odE2W2PgzTebj/a-professional-scouting-profile-showcasi-1772547878220-1850ce61.png", imageAlt: "Player Scouting Profile" } ]} - gridVariant="uniform-4-items" + gridVariant="uniform-3-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> -- 2.49.1