From e6eb8490a55d6c04b3c07d0054b65f708de6af2c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:05 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 156 ++++++++++++++++------------------------- 1 file changed, 60 insertions(+), 96 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 48d808f..22f5065 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,109 +9,73 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TextAbout from '@/components/sections/about/TextAbout'; import { Building2 } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From c8118038f1f2710f0e5f16ef5cc3fbaa18739fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:05 +0000 Subject: [PATCH 2/6] Update src/app/careers/page.tsx --- src/app/careers/page.tsx | 111 +++++++++++++++------------------------ 1 file changed, 41 insertions(+), 70 deletions(-) diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index 0a0672b..d198de3 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function CareersPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 1d70a4a61ebfa94d055b947af2f2a61c7ad68cf1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:06 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 148 +++++++++++++++------------------------ 1 file changed, 55 insertions(+), 93 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5e18c75..3728760 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,106 +8,68 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { MapPin, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 998ccc5ce32a3487598d4d29d9e9bad16282d6bd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:06 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 389 ++++++++++++++--------------------------------- 1 file changed, 113 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3bf34..c26a8ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,284 +17,121 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" 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 5d3f6f6e617a12c3a6ac4d85c0025a6ad61b86bf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:07 +0000 Subject: [PATCH 5/6] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 111 ++++++++++++++------------------------ 1 file changed, 41 insertions(+), 70 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index d0036fe..edaff94 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ProjectsPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 00dc3a7dab65c0cb5cffc6c4488f6ec43ccbd4df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:29:07 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 111 ++++++++++++++------------------------ 1 file changed, 41 insertions(+), 70 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 69b7b22..498078f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1