From e25e612510cc71fb5847a50ebd81d5541163386d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:18:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4f936b..1c9ddd8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From a549822d0ad031de84df9c598853f03b3bd8bc14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:18:10 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 56cdadc..46aa921 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1