diff --git a/src/app/globals.css b/src/app/globals.css index 3b59a83..c52e7d4 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff; - --card: #fafafa; - --foreground: #000000; - --primary-cta: #ff0000; - --secondary-cta: #ffffff; - --accent: #e5e5e5; - --background-accent: #f5f5f5; + --background: #000000; + --card: #1b1b1b; + --foreground: #ffffff; + --primary-cta: #ffcc00; + --secondary-cta: #151515; + --accent: #303030; + --background-accent: #303030; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba760d3..7ed629c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cba68d..a699f38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import HeroBillboardCarouselSplit from "@/components/sections/hero/HeroBillboardCarouselSplit"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ParallaxAbout from "@/components/sections/about/ParallaxAbout"; -import ContactInline from "@/components/sections/contact/ContactInline"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FooterSocial from "@/components/sections/footer/FooterSocial"; import { Youtube, Twitter, Linkedin } from "lucide-react"; @@ -53,6 +54,60 @@ export default function StarWarsPage() { /> +
+ +
+
-
@@ -103,4 +171,4 @@ export default function StarWarsPage() {
); -} +} \ No newline at end of file