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 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);