From 82d54ef5c624bcd823012da534a432151d7e9e7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:04:21 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 157 +++++++++++------------------------------ 1 file changed, 40 insertions(+), 117 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e7a644b..dc3ca95 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,125 +14,48 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + 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 f04838fc88e580bf9482eb371438f38280a02397 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:04:21 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 179 +++++++++------------------------------ 1 file changed, 42 insertions(+), 137 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f4a6206..fcb5d9f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,145 +13,50 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + 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 2a4efb3436b9226453e899959755334c00da10cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:04:22 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 391 +++++++++-------------------------------------- 1 file changed, 75 insertions(+), 316 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 285638d..dbe234d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,324 +17,83 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + 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 37f7e90d7ef1f4b9f4a0d348fec8294cdc9e5a4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:04:23 +0000 Subject: [PATCH 4/5] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 237 +++++++++----------------------------- 1 file changed, 53 insertions(+), 184 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 6cf177a..9871aef 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -14,192 +14,61 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + 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 9508f2c1cc3325bc76ebd4f629084cc177752c74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:04:23 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 217 +++++++++----------------------------- 1 file changed, 51 insertions(+), 166 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b7a4639..699e7ed 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -15,174 +15,59 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1