From cdde77dcbcce8b02e03341060d92405f5c8782cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:51:35 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0d5452..3791c4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -346,7 +346,7 @@ export default function LandingPage() { }, ]} bottomLeftText="© 2024 Mariachis Burger House. All rights reserved." - bottomRightText="Built with passion, served with love." + bottomRightText="Crafted with Heritage, Served with Distinction." /> -- 2.49.1 From b4c810a2b538b0e523f08ae2bfc77510d4e1a236 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:51:36 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index efe6053..e02ac32 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-cormorant-garamond), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-libre-baskerville), serif; + font-family: var(--font-cormorant-garamond), serif; } -- 2.49.1 From 2c18315969a1653a15b606327ae15e3d0d29b232 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:51:36 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2c61d9b..1ff6826 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F7F2EA; - --card: #EDE8E0; - --foreground: #181818; - --primary-cta: #C88B2B; - --primary-cta-text: #F7F2EA; - --secondary-cta: #181818; - --secondary-cta-text: #F7F2EA; - --accent: #8C1D18; - --background-accent: #5A3B2B; + --background: #24292E; + --card: #2E343A; + --foreground: #FFFBF5; + --primary-cta: #E63946; + --primary-cta-text: #FFFBF5; + --secondary-cta: #EABF61; + --secondary-cta-text: #24292E; + --accent: #6B8E23; + --background-accent: #EABF61; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1