From 948ce7238a1a35a3c8cd08b94ba3986ac39b9dbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:15:43 +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 a54d5cf..73b08cb 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="glowing-orb" + background="floatingGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -73,7 +73,7 @@ export default function DashboardPage() { tag="Dashboard" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "floatingGradient" }} leftCarouselItems={[ { imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 1" }, { imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 2" }, -- 2.49.1 From a27a17a232f409e35f753c99abf84acb4a51a42a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:15:44 +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 00bbc52..868de93 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: "glowing-orb" }} + background={{ variant: "floatingGradient" }} 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