Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Business coaching hero section"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,36 +77,36 @@ export default function LandingPage() {
|
||||
title: "Executive Coaching", description: "One-on-one coaching for leaders to enhance decision-making, build confidence, and drive organizational impact.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=1", imageAlt: "Executive coaching session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Executive coaching session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg?_wi=1", imageAlt: "Business leadership development"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg", imageAlt: "Business leadership development"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Business Strategy", description: "Develop clear, actionable strategies to scale your business, increase revenue, and achieve sustainable growth.", icon: Compass,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=2", imageAlt: "Strategic planning session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Strategic planning session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg?_wi=2", imageAlt: "Business strategy execution"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg", imageAlt: "Business strategy execution"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Team Development", description: "Build high-performing teams through coaching, communication strategies, and alignment on company vision.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=3", imageAlt: "Team coaching workshop"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Team coaching workshop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg?_wi=3", imageAlt: "Team collaboration and growth"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg", imageAlt: "Team collaboration and growth"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Personal Growth", description: "Unlock your potential through personalized coaching focused on confidence, resilience, and achieving your goals.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=4", imageAlt: "Personal development coaching"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Personal development coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg?_wi=4", imageAlt: "Leadership transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-plan_1098-15781.jpg", imageAlt: "Leadership transformation"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -149,13 +148,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Alisa Hester"},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", role: "Managing Director", company: "Growth Consulting", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1", imageAlt: "Michael Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
id: "3", name: "Emily Watson", role: "VP of Operations", company: "Global Enterprise", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Emily Watson"},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Business Owner", company: "Premium Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2", imageAlt: "David Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "David Thompson"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Clients Coached" },
|
||||
|
||||
Reference in New Issue
Block a user