From c47e464c81a581550c0c61f263a48488fddfa54c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:18:53 +0000 Subject: [PATCH 1/2] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 73b08cb..39051dc 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -51,7 +51,7 @@ export default function DashboardPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -73,7 +73,7 @@ export default function DashboardPage() { tag="Dashboard" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} leftCarouselItems={[ { imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 1" }, { imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 2" }, -- 2.49.1 From 3a5a92d6cc39ccb6bdd7ab04e49ee5e4c0d0c9ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:18:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 868de93..a398d38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { tag="AI-Powered Matching" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} leftCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png", imageAlt: "Modern resume analysis dashboard showing accuracy score, keyword matches, and ATS compatibility perc" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-optimization-interface-showing-m-1773148155057-09f1c821.png", imageAlt: "Keyword optimization interface showing missing keywords from job description highlighted in red, rep" }, -- 2.49.1