9 Commits

Author SHA1 Message Date
567992a31c Update src/app/page.tsx 2026-04-15 15:42:49 +00:00
450808baeb Update theme colors 2026-04-15 15:42:28 +00:00
fba0d16663 Update theme colors 2026-04-15 15:42:03 +00:00
607a964cdd Update src/app/page.tsx 2026-04-15 15:41:07 +00:00
a2a32a752e Merge version_5 into main
Merge version_5 into main
2026-04-15 15:40:03 +00:00
85c2475e48 Update theme colors 2026-04-15 15:40:00 +00:00
6ecc60db59 Merge version_4 into main
Merge version_4 into main
2026-04-15 15:37:54 +00:00
4ef2a9c74c Merge version_4 into main
Merge version_4 into main
2026-04-15 15:36:00 +00:00
e3f44dafbb Merge version_4 into main
Merge version_4 into main
2026-04-15 14:52:58 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="grid" background="none"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -40,7 +40,7 @@ export default function LandingPage() {
{ name: "Book", id: "booking" }, { name: "Book", id: "booking" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Maybach Cutz" brandName=""
/> />
</div> </div>

View File

@@ -10,14 +10,14 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #fff6f6;
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #000000;
--primary-cta: #1c1c1c; --primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #6139e6; --accent: #ffffff;
--background-accent: #b3a8e8; --background-accent: #b3a8e8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */