diff --git a/src/app/page.tsx b/src/app/page.tsx index 23b9901..3b2a46d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,28 +2,28 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Zap, Award, CheckCircle, MapPin } from 'lucide-react'; +import { Zap, Award, CheckCircle, MapPin, Phone, ShieldCheck, Wrench } from 'lucide-react'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return (
-
-
-
-
@@ -129,21 +115,11 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..a86c836 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: #000612e6; - --primary-cta: #15479c; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #106efb; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1e293b; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #3b82f6; + --background-accent: #1e3a8a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);