From e8132b1aec292f9c87b71d051f09206707fcfbce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 21:06:27 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++++++++---------------------------------- 1 file changed, 74 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae81b31..3cb0c9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,221 +4,93 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { ArrowDown, Layers, Shield, Zap } from "lucide-react"; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From b0af2a86162c53c243575e9f37353859e94c29a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 21:06:27 +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 b483a57..e978663 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #cee7ff; + --primary-cta: #e6e6e6; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #CEE7FF; + --accent: #333333; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1