From bf9c801cd9c02b4c6b7e3d43d0a8bb329105c950 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:11:58 +0000 Subject: [PATCH 1/2] 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 9b3d90a..43dd6d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -41,7 +41,7 @@ export default function LandingPage() { Date: Wed, 11 Mar 2026 16:11:58 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index ccaccb0..cfe6bf8 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-bottom' | 'alphabetic' | 'text-top'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'alphabetic' | 'text-top'; } const SvgTextLogo: React.FC = ({ -- 2.49.1