From 887a1f4558e2bf3510377726e981ffe5dccde56a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:19:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 347 +++++++++++++---------------------------------- 1 file changed, 94 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d16a5a7..60723da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Car, Coffee, ShieldCheck, Wifi, Wind } from "lucide-react"; +import { Car, Coffee, ShieldCheck, Wifi, Wind, MapPin, Users, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -21,267 +21,108 @@ export default function LandingPage() { sizing="largeSmallSizeLargeTitles" background="noiseDiagonalGradient" cardStyle="inset" - primaryButtonStyle="double-inset" + primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From e9209adcef1c8572ebcfb9fcb6a210ed36c98e8e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:19:00 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3b0f1b2..31f653e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #002010; + --foreground: #001a0a; --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1