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" }, 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" },