From e81d28059a424e7bb5fc596469e93ad6c5bf300d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:01 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 136 ++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f3121e..fc4ee61 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,104 +8,58 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Code } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 40dd932b9f80a381f30fce7fce7f0163919afb1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:01 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 134 ++++++++++++--------------------------- 1 file changed, 42 insertions(+), 92 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dcb4cb8..435cf54 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,105 +7,55 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 86d53fea41267fd0b24c130d0425fc49cc642f2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:02 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 294 +++++++++++------------------------------------ 1 file changed, 67 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8abeaa6..e5332b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,235 +17,75 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="soft" + 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 9926db25919a8dcbd312e8a0b2d82a5424684e20 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:02 +0000 Subject: [PATCH 4/4] Update src/app/seo/page.tsx --- src/app/seo/page.tsx | 112 +++++++++++++------------------------------ 1 file changed, 34 insertions(+), 78 deletions(-) diff --git a/src/app/seo/page.tsx b/src/app/seo/page.tsx index d3d15d8..6305786 100644 --- a/src/app/seo/page.tsx +++ b/src/app/seo/page.tsx @@ -6,91 +6,47 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function SeoPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1