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)} + /> +
-
- -
- -
- -
- -
- -
- - +
); 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);