Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 513efd57d1 | |||
| 434103e25f | |||
| 4208ed65e4 |
@@ -39,6 +39,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Pizza Junction of Whitney"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
className="text-white"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #000000;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #e63946;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #e63946;
|
||||
--background-accent: #f4f4f4;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user