3 Commits

Author SHA1 Message Date
1f03f7ad47 Update src/app/page.tsx 2026-01-05 00:40:30 +00:00
c94aaaacac Update src/app/layout.tsx 2026-01-05 00:40:29 +00:00
003ad6117b Update src/app/globals.css 2026-01-05 00:40:28 +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>
);
}
}