4 Commits

Author SHA1 Message Date
b7e7c5b553 Update src/app/styles/variables.css 2026-03-03 19:49:27 +00:00
8bce5173a4 Update src/app/page.tsx 2026-03-03 19:49:21 +00:00
45798c46dd Merge version_1 into main
Merge version_1 into main
2026-03-03 19:47:40 +00:00
cfcba0a626 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:43:17 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
tag="Since 2004"
tagIcon={Award}
buttons={[{ text: "Meet Our Team", href: "#testimonials" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg?_wi=1"
imageAlt="Professional golf training facility"
useInvertedBackground={false}
/>
@@ -103,7 +103,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Tournament Preparation", description: "Specialized coaching designed to prepare you for competitive play. We develop mental resilience and tactical strategies to help you perform at your best under pressure.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg", imageAlt: "golf training practice range swing"},
imageSrc: "http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg?_wi=2", imageAlt: "golf training practice range swing"},
items: [
{ icon: CheckCircle, text: "Mental game coaching" },
{ icon: CheckCircle, text: "Tournament simulations" },

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;; */
/* --background: #fffefe;;
--card: #f6f7f4;;
--foreground: #0e3a29;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--background: #fffefe;;
--card: #f6f7f4;;
--foreground: #0e3a29;;
--primary-cta: #0e3a29;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #e7eecd;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;;
--accent: #35c18b;;
--background-accent: #ecebe4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);