From 7618c9fcfcbd1f4eeb18b2adcb95b9b40cffe42b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:39:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c2d384..ef914dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="two-columns-alternating-heights" + useInvertedBackground={false} features={[ { id: "f1", title: "Real-Time 1v1 Duels", description: "Challenge peers across the globe in live academic competitions.", imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1200-32.jpg" }, { id: "f2", title: "AI-Powered Insights", description: "Identify your knowledge gaps with pinpoint accuracy using our adaptive engine.", imageSrc: "http://img.b2bpic.net/free-vector/school-timetable-template-organize-activities_23-2147854627.jpg" }, @@ -80,6 +81,7 @@ export default function LandingPage() { -- 2.49.1