From 045a6433aa3db248b1e33741fb77a2bcc0491a9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:36:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 439 +++++++++++------------------------------------ 1 file changed, 99 insertions(+), 340 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5def668..c1e0b8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,364 +3,123 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 8e02ec8764618222afc9ed7e33575ff2414ae9ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:36:13 +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 018e8e2..b88eb59 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: #106EFB; + --primary-cta: #1f7cff; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #1f7cff; + --background-accent: #f96b2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1