From 11f306ff3408dbdea501dbabb88e8a5851138d6c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:27:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 157 ++++++++++++++++------------------------- 1 file changed, 62 insertions(+), 95 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 626f8ee..9fc4ca6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,112 +9,79 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 2d2ead81af638807856c175f432c52f0c56fd1d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:27:08 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 185 ++++++++++++++------------------------- 1 file changed, 65 insertions(+), 120 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3dcee14..b24d9e9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,137 +8,82 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + - +
); -- 2.49.1 From ae33ea84be6c9117e731f38c1e88622dcb9cd03d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:27:09 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 351 ++++++++++++++--------------------------------- 1 file changed, 102 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9a924f..d6ec85e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,263 +17,116 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From ce8e009aa21e6ebe1d82a3dd21b4eb34927e9823 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:27:09 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 132 +++++++++++++++----------------------- 1 file changed, 50 insertions(+), 82 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 17f6ae0..faf4d41 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,99 +6,67 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Globe, Palette, Search } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1