From 46e1c2710cd0961b507db3c0091f4411159899c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:09:27 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 200 +++++++++++------------------------------ 1 file changed, 50 insertions(+), 150 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 029c434..aaa77c5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,158 +13,58 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From feea554a811dc2555af2a18a66f0f5de75c7dee3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:09:27 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 186 +++++++++++---------------------------- 1 file changed, 50 insertions(+), 136 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c1cb10..fe84255 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,144 +14,58 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 83ac284eddfd7d853a7c2a8d23a8cdfb0e2ac264 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:09:28 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 285 +++++++++-------------------------------------- 1 file changed, 52 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54754e1..fc84615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,241 +14,60 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- - - -
- -
- - + +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From a3b2505f938ff68c5e3096c50475c1b2656e72e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:09:28 +0000 Subject: [PATCH 4/4] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 184 ++++++++++-------------------------- 1 file changed, 48 insertions(+), 136 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 5a2c98f..3dea8ba 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -13,144 +13,56 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1