From a42ff0cf379920920b8388806f1472b3397eb1d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 05:07:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 281 +++++++++++++++++++++-------------------------- 1 file changed, 123 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0092115..19f2cd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, MapPin, ShieldCheck, Sparkles, Zap } from "lucide-react"; +import { Award, MapPin, ShieldCheck, Sparkles, Zap, Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -29,172 +29,137 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 1a973f196ccffab75ec26b74305a986d149001f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 05:07:25 +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 19f4137..ff0e071 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --background: #00050a; + --card: #0a1520; + --foreground: #f0f4f8; + --primary-cta: #1f7cff; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #e34400; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #c0c0c0; + --background-accent: #001a33; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1