From f72b412ad902c6d275305cc299fecfafa69e069a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:47:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 267 +++++++++++++---------------------------------- 1 file changed, 75 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c648f4b..4b8a1da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -12,206 +12,89 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From d8a032311222eb8754c83552e1f49ef7e8a1d845 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:47:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1dfbf22..13693d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf7; - --card: #ffffff; - --foreground: #1a1a1a; + --background: #0a0a0a; + --card: #161616; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #1a1a1a; - --secondary-cta: #ffffff; + --secondary-cta: #262626; --secondary-cta-text: #1a1a1a; - --accent: #f3e5ab; - --background-accent: #e6d5a0; + --accent: #d4af37; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1