diff --git a/src/app/page.tsx b/src/app/page.tsx
index 054d350..885ab49 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,66 +32,42 @@ export default function LandingPage() {
@@ -116,28 +92,22 @@ export default function LandingPage() {
{
title: "Executive Coaching", description: "Elevate your leadership presence and decision-making.", icon: Target,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/business-success-visualization-chart-executive_23-2152011769.jpg", imageAlt: "Strategy"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg", imageAlt: "Planning"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/business-success-visualization-chart-executive_23-2152011769.jpg", imageAlt: "Strategy" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg", imageAlt: "Planning" },
],
},
{
title: "Business Strategy", description: "Structured mentorship for sustainable growth.", icon: BarChart2,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Growth"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-tablet-woman-s-hands_273609-15489.jpg", imageAlt: "Optimization"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Growth" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tablet-woman-s-hands_273609-15489.jpg", imageAlt: "Optimization" },
],
},
{
title: "Mindset Mastery", description: "Break through self-imposed ceilings.", icon: Lightbulb,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Mindset"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-financial-growth-analysis_23-2152011780.jpg", imageAlt: "Perspective"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Mindset" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-financial-growth-analysis_23-2152011780.jpg", imageAlt: "Perspective" },
],
},
]}
@@ -153,14 +123,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "p1", value: "1", description: "Discovery Call"},
- {
- id: "p2", value: "2", description: "Deep Assessment"},
- {
- id: "p3", value: "3", description: "Strategic Sessions"},
- {
- id: "p4", value: "4", description: "Sustained Growth"},
+ { id: "p1", value: "1", description: "Discovery Call" },
+ { id: "p2", value: "2", description: "Deep Assessment" },
+ { id: "p3", value: "3", description: "Strategic Sessions" },
+ { id: "p4", value: "4", description: "Sustained Growth" },
]}
title="Your transformation in four steps."
description="A proven pathway to unlock your potential and build a legacy."
@@ -171,8 +137,7 @@ export default function LandingPage() {
@@ -180,20 +145,16 @@ export default function LandingPage() {
@@ -238,24 +192,17 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
- {
- label: "About", href: "#about"},
- {
- label: "Services", href: "#services"},
- {
- label: "Process", href: "#process"},
- {
- label: "Contact", href: "#contact"},
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#services" },
+ { label: "Process", href: "#process" },
+ { label: "Contact", href: "#contact" },
],
},
{
title: "Resources", items: [
- {
- label: "Blog", href: "#"},
- {
- label: "FAQ", href: "#"},
- {
- label: "Terms", href: "#"},
+ { label: "Blog", href: "#" },
+ { label: "FAQ", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}