diff --git a/src/app/page.tsx b/src/app/page.tsx index 63b77cc..7d180e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ShieldCheck, Award, Zap } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -15,262 +16,91 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 191cd34..d4367de 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #c5a059; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #FFD700; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #1c1c1c; --secondary-cta-text: #c5a059; - --accent: #d4af37; - --background-accent: #f4f4f4; + --accent: #00BFFF; + --background-accent: #B0C4DE; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);