From 2e17ac48a14f5dee4c8c2babec00a9b37fac2245 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:41:46 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 124 ++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 81 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ef3c82..b572208 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,96 +7,58 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Heart } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -- 2.49.1 From 28ffa7de1ecc1c75619ac94f4fd3cb8ac21cfc53 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:41:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 304 ++++++++++++++--------------------------------- 1 file changed, 92 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9fab4b..533db40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,225 +15,105 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1