From 6f35f069363e1bec112191e3271424369f316c99 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:15:05 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 163 +++++++++++++-------------------------- 1 file changed, 55 insertions(+), 108 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index afd20cc..dc163ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,119 +13,66 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From d71931452d9b4a2f3dbbe94aed8ffac522d3fe92 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:15:05 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 285 ++++++++++++++++------------------------------- 1 file changed, 93 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89de989..dfb47c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,206 +17,107 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 85b163e8370e87496c086fb5d19ec82441be399f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:15:06 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 168 +++++++++++++------------------------- 1 file changed, 56 insertions(+), 112 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a2295be..9b15d05 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -13,123 +13,67 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1