Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-05 00:40:35 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #00cc00;;
--primary-cta: #ff8c42;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;

View File

@@ -1278,4 +1278,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
@@ -297,4 +297,4 @@ export default function FidgetLanding() {
</div>
</ThemeProvider>
);
}
}