From 16de205682ef56353e4594b0579765b17cdac181 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 15:29:31 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 10c82b1..282492b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #3d1428; - --card: #5a1f3d; - --foreground: #f5e6f0; - --primary-cta: #e880b3; - --secondary-cta: #5a1f3d; - --accent: #ff69b4; - --background-accent: #7d2d54; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f0fce6; + --primary-cta: #b366ff; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From cb263cc2520f4362a3854a0c07f9b2d28c3d300b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 15:29:31 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3e05b05..bbea6e7 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 +} From 32a910c19ab01819a14677befebc2616943e0485 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 15:29:32 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52482ea..41cda02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; @@ -43,17 +43,19 @@ export default function LandingPage() {
-
@@ -320,4 +322,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}