4 Commits

Author SHA1 Message Date
e6cba5d516 Update src/app/styles/variables.css 2026-03-08 09:24:43 +00:00
f1e6bcb0c9 Update src/app/page.tsx 2026-03-08 09:24:42 +00:00
52ca87f3e1 Update src/app/layout.tsx 2026-03-08 09:24:42 +00:00
9a64374e6b Merge version_3 into main
Merge version_3 into main
2026-03-08 09:22:31 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -310,4 +310,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -12,7 +12,7 @@
--background: #8B6F47; --background: #8B6F47;
--card: #A0826D; --card: #A0826D;
--foreground: #F5E6D3; --foreground: #1a1a1a;
--primary-cta: #654321; --primary-cta: #654321;
--primary-cta-text: #fffafa; --primary-cta-text: #fffafa;
--secondary-cta: #D4C5B9; --secondary-cta: #D4C5B9;