From badce298633c07bd84b295655f15ac47b72f4b2b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:51:39 +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 5c8ae52..018b946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Tudj meg többet", href: "#about" }, { text: "Programok", href: "#programs" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Közgé Információs Hub", logoIcon: undefined, imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg", searchPlaceholder: "Keresés", sidebarItems: [ -- 2.49.1