4 Commits

Author SHA1 Message Date
2c18315969 Update src/app/styles/variables.css 2026-06-11 02:51:36 +00:00
b4c810a2b5 Update src/app/styles/base.css 2026-06-11 02:51:36 +00:00
cdde77dcbc Update src/app/page.tsx 2026-06-11 02:51:35 +00:00
4459f89851 Merge version_1 into main
Merge version_1 into main
2026-06-11 02:40:51 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -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."
/>
</div>
</ReactLenis>

View File

@@ -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;
}

View File

@@ -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);