10 Commits

Author SHA1 Message Date
76082c1d57 Update theme colors 2026-04-15 15:43:44 +00:00
b13ef0778d Update theme colors 2026-04-15 15:43:22 +00:00
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
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 11 additions and 11 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,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #ffffff; --foreground: #000f06e6;
--primary-cta: #1c1c1c; --primary-cta: #0a7039;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #000f06e6;
--accent: #ffffff; --accent: #e2e2e2;
--background-accent: #b3a8e8; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);