From 612304684451a547de0841b4994161fe119c9477 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:42:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 366 +++++++++++++++-------------------------------- 1 file changed, 117 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 871868e..ed3f647 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -17,263 +17,131 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" - contentWidth="smallMedium" + contentWidth="mediumLarge" sizing="large" - background="blurBottom" - cardStyle="solid" - primaryButtonStyle="flat" - secondaryButtonStyle="glass" - headingFontWeight="extrabold" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From cff8dc78a4cb18da62b8903f9b1cc072ac7620b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:42:24 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..8e4ee29 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #c4d8f9; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #041633; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #2d30f3; + --background-accent: #1d4ed8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1