From f12159854b31ee762ef9a1da55bec62a1dc6161a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:06:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 261 ++++++++++++++--------------------------------- 1 file changed, 77 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 299c1e5..1dca2e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star, MapPin, Phone, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -28,196 +29,88 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ console.log("Form submitted", email)} + /> +
-
- -
- -
- -
- -
- -
- - +
); -- 2.49.1 From 340a3b9cb6982a5316a2d2899b23d8dfed657350 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:06:46 +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 0fdb09b..352d022 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #ffffff; + --card: #fdfdfd; + --foreground: #3b0764; + --primary-cta: #7e22ce; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #facc15; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #facc15; + --background-accent: #f3e8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1