10 Commits

Author SHA1 Message Date
853ff2f67c Merge version_2 into main
Merge version_2 into main
2026-04-16 05:59:44 +00:00
894201859d Update theme fonts 2026-04-16 05:59:41 +00:00
17d5e2548e Update theme fonts 2026-04-16 05:59:40 +00:00
60845a69d6 Merge version_2 into main
Merge version_2 into main
2026-04-16 05:59:21 +00:00
42428cb3e7 Update theme fonts 2026-04-16 05:59:18 +00:00
bb1023cdb2 Update theme fonts 2026-04-16 05:59:18 +00:00
e07c0cb9fb Merge version_2 into main
Merge version_2 into main
2026-04-16 05:47:34 +00:00
0ab53e6590 Update src/app/styles/variables.css 2026-04-16 05:47:31 +00:00
bbecf2e8a3 Update src/app/page.tsx 2026-04-16 05:47:30 +00:00
982d2d4b35 Merge version_1 into main
Merge version_1 into main
2026-04-16 05:45:09 +00:00
3 changed files with 12 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ export const metadata: Metadata = {
},
};
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],

View File

@@ -157,12 +157,13 @@ export default function LandingPage() {
<div id="location" data-section="location">
<ContactCenter
useInvertedBackground={true}
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Visit Us"
title="14170 TN-28, Whitwell, TN"
description="Call us at 423-658-8281. Open daily from 6:30 AM."
className="bg-gray-100/50"
/>
</div>
@@ -189,6 +190,7 @@ export default function LandingPage() {
},
]}
logoText="Whitwell Grill"
className="bg-gray-900 text-white"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #b82b40;
--background: #fbfbfb;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #1c1c1c;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #f0f0f0;
--secondary-cta-text: #2b180a;
--accent: #2b180a;
--background-accent: #c4c4c4;
--accent: #2c2c2c;
--background-accent: #e0e0e0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);