From bc339b321b2a399136e2244f842a4fe5aca2de9c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:15:12 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 46ec330..2b50c8c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" From acecc0728a0209fd61d69a9bcffbeb13d6eaffcf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:15:13 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7fc526a..a61ad6a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -56,7 +56,7 @@ export default function ContactPage() { Date: Mon, 2 Mar 2026 18:15:14 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef1e3ee..b7943ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function HomePage() { tag="Premium Investing" tagIcon={TrendingUp} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg" imageAlt="Elevation Capital headquarters" mediaAnimation="blur-reveal" @@ -177,7 +177,7 @@ export default function HomePage() { Date: Mon, 2 Mar 2026 18:15:15 +0000 Subject: [PATCH 4/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index f73badb..467dd7e 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -17,7 +17,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid"