From 7f1b0a24a4da79d1e535ee6c9ce622439db6393b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:19:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 284 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1387712..2272d89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Flame } from "lucide-react"; +import { CheckCircle, Clock, MessageCircle, DollarSign, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -25,153 +25,37 @@ export default function LandingPage() { cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" >
-
- -
- -
- -
- -
- -
-
- + +
+
); -} +} \ No newline at end of file -- 2.49.1 From 5a1f62e75b36f3d13359a98004b46e7e1119e214 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:19:54 +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 811a2a3..860c5e3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F1EA; - --card: #FFFFFF; - --foreground: #111111; - --primary-cta: #C9A46C; + --background: #FFFFFF; + --card: #E5E7EB; + --foreground: #0F172A; + --primary-cta: #2563EB; --primary-cta-text: #111111; - --secondary-cta: #111111; + --secondary-cta: #FFFFFF; --secondary-cta-text: #F5F1EA; - --accent: #8A6A4A; - --background-accent: #DED9CE; + --accent: #2563EB; + --background-accent: #E5E7EB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1