From cf5c47f938313b51aadd99bbe83acf48479d9498 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:46:32 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c2812..e39929f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,36 +67,28 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} features={[ { - title: "Business Strategy", - description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", - icon: Target, + title: "Business Strategy", description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", icon: Target, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaborating around a whiteboard" }, { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=800&h=600&fit=crop", imageAlt: "Strategy meeting presentation" }, ], }, { - title: "Leadership Development", - description: "Build the leadership skills needed to inspire teams and drive organizational success.", - icon: Users, + title: "Leadership Development", description: "Build the leadership skills needed to inspire teams and drive organizational success.", icon: Users, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&h=600&fit=crop", imageAlt: "Professional team meeting" }, { imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=800&h=600&fit=crop", imageAlt: "Confident business leader" }, ], }, { - title: "Growth Acceleration", - description: "Identify opportunities and implement systems to scale your business efficiently.", - icon: TrendingUp, + title: "Growth Acceleration", description: "Identify opportunities and implement systems to scale your business efficiently.", icon: TrendingUp, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&h=600&fit=crop", imageAlt: "Business analytics dashboard" }, { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&h=600&fit=crop", imageAlt: "Growth metrics on screen" }, ], }, { - title: "Mindset Coaching", - description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", - icon: Lightbulb, + title: "Mindset Coaching", description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", icon: Lightbulb, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=800&h=600&fit=crop", imageAlt: "Mindfulness and focus" }, { imageSrc: "https://images.unsplash.com/photo-1521791136064-7986c2920216?w=800&h=600&fit=crop", imageAlt: "One-on-one coaching session" }, @@ -114,32 +106,14 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Founder & CEO", - company: "TechStart Inc", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", role: "Founder & CEO", company: "TechStart Inc", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Michael Chen", - role: "Managing Director", - company: "Growth Partners", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Managing Director", company: "Growth Partners", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Business Owner", - company: "Creative Studios", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Creative Studios", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face", imageAlt: "Emily Rodriguez"}, ]} kpiItems={[ { value: "200+", label: "Clients coached" }, @@ -155,17 +129,9 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} members={[ { - id: "1", - name: "John Anderson", - imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face", - imageAlt: "John Anderson - Business Coach", - }, + id: "1", name: "John Anderson", imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face", imageAlt: "John Anderson - Business Coach"}, { - id: "2", - name: "Lisa Thompson", - imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop&crop=face", - imageAlt: "Lisa Thompson - Executive Coach", - }, + id: "2", name: "Lisa Thompson", imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop&crop=face", imageAlt: "Lisa Thompson - Executive Coach"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From 75c31bbb99ff2119b48c43002f3d429519987244 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:46:32 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index a25430f..c719d19 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } -- 2.49.1 From 34552e6d2bc0519e394dc2b37eedd3ed1f5ed1f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:46:33 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..a7f8f0c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; - --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; - --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120a00e6; + --primary-cta: #E34400; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #120a00e6; + --accent: #e2e2e2; + --background-accent: #E34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1