Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee3369445c | |||
| 2854c67dc2 | |||
| 3b40cba884 | |||
| a9598b895d | |||
| 82c9ab091d | |||
| 2b602c5c6d | |||
| bfaf1b2029 | |||
| 3da0e1aca0 | |||
| f50fbdb8bd | |||
| 21faffe104 | |||
| 38a0a859e8 | |||
| cbb336c9cc | |||
| 38170d0b89 | |||
| bcd2cc3876 |
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
"Full set included", "Spacious area"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Reserve Your Spot", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
"Tournament quality", "Perfect lighting"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Reserve Your Spot", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
"Group up to 5", "All games included"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Reserve Your Spot", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user