diff --git a/src/app/page.tsx b/src/app/page.tsx index d8c24a0..6f2c804 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { DollarSign, TrendingUp, Truck } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import { LayoutDashboard, FileText, Settings, Search, Users, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -27,351 +21,44 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- - +
+ +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee809d5..6338356 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: #334155; - --primary-cta: #007BFF; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #ffffff; - --secondary-cta: #0A192F; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);