From aa7bf0cd26d15b52e06b80fe08f6c5543b756e0a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:05:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++++++++-------------------------------- 1 file changed, 103 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17a44e2..1755f9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Mail } from "lucide-react"; +import { Mail, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -25,225 +25,114 @@ export default function LandingPage() { secondaryButtonStyle="glass" headingFontWeight="medium" > - - + + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + + + + +
); -} +} \ No newline at end of file -- 2.49.1 From 060648e106d69efee3c3e8cbef3cabfcf4ae5612 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:05:47 +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 539ce00..b578e1a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1