Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 853ff2f67c | |||
| 894201859d | |||
| 17d5e2548e | |||
| 60845a69d6 | |||
| 42428cb3e7 | |||
| bb1023cdb2 | |||
| e07c0cb9fb | |||
| 0ab53e6590 | |||
| bbecf2e8a3 | |||
| 982d2d4b35 |
@@ -20,6 +20,8 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const montserrat = Montserrat({
|
const montserrat = Montserrat({
|
||||||
variable: "--font-montserrat",
|
variable: "--font-montserrat",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
|||||||
@@ -157,12 +157,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="location" data-section="location">
|
<div id="location" data-section="location">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="14170 TN-28, Whitwell, TN"
|
title="14170 TN-28, Whitwell, TN"
|
||||||
description="Call us at 423-658-8281. Open daily from 6:30 AM."
|
description="Call us at 423-658-8281. Open daily from 6:30 AM."
|
||||||
|
className="bg-gray-100/50"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -189,6 +190,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Whitwell Grill"
|
logoText="Whitwell Grill"
|
||||||
|
className="bg-gray-900 text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #fbfbfb;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #f0f0f0;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #2b180a;
|
--accent: #2c2c2c;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #e0e0e0;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user