Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7e7c5b553 | |||
| 8bce5173a4 | |||
| 45798c46dd | |||
| cfcba0a626 |
@@ -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" },
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user