From f411ee258d3831b5485b555bd9830b57870ca462 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 11:00:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 273 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07798dd..fe67ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,66 +31,29 @@ export default function LandingPage() {
@@ -129,68 +83,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Executive Coaching", - description: "Personalized development for C-Suite success.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg?_wi=2", - imageAlt: "Coaching", - }, - items: [ - { - icon: CheckCircle, - text: "ROI Focused", - }, - { - icon: CheckCircle, - text: "Resilience Building", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg?_wi=3", - imageAlt: "professional leadership portrait dark background", + title: "Executive Coaching", description: "Personalized development for C-Suite success.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg", imageAlt: "Coaching" }, + items: [{ icon: CheckCircle, text: "ROI Focused" }, { icon: CheckCircle, text: "Resilience Building" }], + reverse: false }, { - title: "EQ Masterclass", - description: "In-depth emotional intelligence training.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-silver-christmas-ball-blurred-background_169016-61261.jpg?_wi=2", - imageAlt: "Training", - }, - items: [ - { - icon: Zap, - text: "In-depth Insight", - }, - { - icon: Zap, - text: "Practical Tools", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-silver-christmas-ball-blurred-background_169016-61261.jpg?_wi=3", - imageAlt: "emotional intelligence abstract art gold", + title: "EQ Masterclass", description: "In-depth emotional intelligence training.", media: { imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-silver-christmas-ball-blurred-background_169016-61261.jpg", imageAlt: "Training" }, + items: [{ icon: Zap, text: "In-depth Insight" }, { icon: Zap, text: "Practical Tools" }], + reverse: true }, { - title: "Resilience Training", - description: "Building sustainable performance under pressure.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg?_wi=3", - imageAlt: "Resilience", - }, - items: [ - { - icon: Shield, - text: "Manage Stress", - }, - { - icon: Shield, - text: "Emotional Balance", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg?_wi=4", - imageAlt: "professional mentor corporate portrait", - }, + title: "Resilience Training", description: "Building sustainable performance under pressure.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg", imageAlt: "Resilience" }, + items: [{ icon: Shield, text: "Manage Stress" }, { icon: Shield, text: "Emotional Balance" }], + reverse: false + } ]} title="Our Core Programmes" description="Tailored training and coaching modules designed for modern executive demands." @@ -201,15 +107,7 @@ export default function LandingPage() { @@ -219,42 +117,23 @@ export default function LandingPage() {