4 Commits

Author SHA1 Message Date
81cab24e87 Update theme colors 2026-03-06 03:58:39 +00:00
fcb64b4e33 Update src/app/page.tsx 2026-03-05 15:47:54 +00:00
0286c7cb2c Update src/app/layout.tsx 2026-03-05 15:47:54 +00:00
500074d8b1 Merge version_2 into main
Merge version_2 into main
2026-03-05 15:42:22 +00:00
3 changed files with 13 additions and 12 deletions

View File

@@ -3,7 +3,8 @@ import "./styles/variables.css";
import "./globals.css";
export const metadata: Metadata = {
title: "Jabu Events - Event Management in Bangkok", description: "Professional event organization services in Bangkok and Southeast Asia"};
title: "Jabu Events - Event Management in Bangkok", description: "Professional event organization services in Bangkok and Southeast Asia"
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f8f5ffe6;
--primary-cta: #70256d;
--primary-cta-text: #FFFFFf;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #FFFFFf;
--accent: #737373;
--background-accent: #737373;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);