Merge version_2 into main #2
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user