6 Commits

Author SHA1 Message Date
505c41aa43 Update src/app/styles/variables.css 2026-03-03 19:53:10 +00:00
9d90c7a933 Merge version_2 into main
Merge version_2 into main
2026-03-03 19:49:43 +00:00
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 10 additions and 10 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

@@ -4,21 +4,21 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--foreground: #1a1a1a;;
--primary-cta: #0e7039;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;; */
--accent: #0e7039;;
--background-accent: #a8d9be;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--foreground: #1a1a1a;;
--primary-cta: #0e7039;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;;
--accent: #0e7039;;
--background-accent: #a8d9be;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);