Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 10:18:15 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Cube Restaurant", description: "Authentic Flavors in the Heart of Dubai Spice Souk"};
title: "Cube Restaurant", description: "Authentic Flavors in the Heart of Dubai Spice Souk"
};
export default function RootLayout({
children,

View File

@@ -10,15 +10,15 @@
--accent: #d8cef5;;
--background-accent: #c4a8f9;; */
--background: #fbfaff;;
--card: #f7f5ff;;
--foreground: #0f0022;;
--primary-cta: #8b5cf6;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #2b180ae6;;
--primary-cta: #d4a574;;
--primary-cta-text: #fbfaff;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #0f0022;;
--accent: #d8cef5;;
--background-accent: #c4a8f9;;
--accent: #e8d7c3;;
--background-accent: #d4a574;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);