1 Commits

Author SHA1 Message Date
09e50df41b Update src/app/page.tsx 2026-03-03 10:41:06 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ export default function KnockerballPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="circleGradient" background="aurora"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function KnockerballPage() {
tag="The Future of Sports" tag="The Future of Sports"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Book Your Game", href: "#contact" }, { text: "Book Your Game", href: "#contact" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
@@ -212,7 +212,7 @@ export default function KnockerballPage() {
<ContactText <ContactText
text="Ready to host an unforgettable Knockerball event? Get in touch today and let's make your next gathering absolutely hilarious and memorable!" text="Ready to host an unforgettable Knockerball event? Get in touch today and let's make your next gathering absolutely hilarious and memorable!"
animationType="entrance-slide" animationType="entrance-slide"
background={{ variant: "sparkles-gradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Book Your Event", href: "#" }, { text: "Book Your Event", href: "#" },

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #fcf6ec;;
--card: #f5f5f5;; --card: #f3ede2;;
--foreground: #1a0000;; --foreground: #2e2521;;
--primary-cta: #cc0000;; --primary-cta: #2e2521;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #ff6666;; --accent: #b2a28b;;
--background-accent: #330000;; */ --background-accent: #b2a28b;; */
--background: #ffffff;; --background: #fcf6ec;;
--card: #f5f5f5;; --card: #f3ede2;;
--foreground: #1a0000;; --foreground: #2e2521;;
--primary-cta: #cc0000;; --primary-cta: #2e2521;;
--primary-cta-text: #fcf6ec;; --primary-cta-text: #fcf6ec;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--secondary-cta-text: #2e2521;; --secondary-cta-text: #2e2521;;
--accent: #ff6666;; --accent: #b2a28b;;
--background-accent: #330000;; --background-accent: #b2a28b;;
/* 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);