2 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
2 changed files with 2 additions and 2 deletions

View File

@@ -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,7 +10,7 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #fff6f6;
--card: #ffffff; --card: #ffffff;
--foreground: #000000; --foreground: #000000;
--primary-cta: #1c1c1c; --primary-cta: #1c1c1c;