11 Commits

Author SHA1 Message Date
ee3369445c Update src/app/page.tsx 2026-05-11 16:42:48 +00:00
2854c67dc2 Switch to version 5: modified src/app/styles/variables.css 2026-05-11 16:42:27 +00:00
3b40cba884 Switch to version 4: modified src/app/styles/variables.css 2026-05-11 16:42:24 +00:00
a9598b895d Merge version_5 into main
Merge version_5 into main
2026-05-11 16:41:40 +00:00
82c9ab091d Update theme colors 2026-05-11 16:41:37 +00:00
2b602c5c6d Merge version_4 into main
Merge version_4 into main
2026-05-11 16:41:25 +00:00
3da0e1aca0 Merge version_3 into main
Merge version_3 into main
2026-05-11 16:41:12 +00:00
21faffe104 Merge version_2 into main
Merge version_2 into main
2026-05-11 16:41:04 +00:00
cbb336c9cc Merge version_1 into main
Merge version_1 into main
2026-05-11 16:39:00 +00:00
38170d0b89 Merge version_1 into main
Merge version_1 into main
2026-05-11 16:36:24 +00:00
bcd2cc3876 Merge version_1 into main
Merge version_1 into main
2026-05-11 16:35:53 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -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"},
],
},
]}
@@ -252,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1a2f1d;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #0a1a0c;
--secondary-cta: #0d200f;
--secondary-cta-text: #d4f6d8;
--accent: #1a3d1f;
--background-accent: #355e3b;
--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);