From 8bce5173a454f107eea7ad9004278a2626df42c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:49:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c76857..16dd8f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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.49.1 From b7e7c5b5533655cf56e8d785b2751bbf54f37d20 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:49:27 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8874b7f..c9ac194 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1