Merge version_1 into main #2
273
src/app/page.tsx
273
src/app/page.tsx
@@ -31,66 +31,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Coaching",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Coaching", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="EQworks"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Most Powerful Executive Coaching for Leaders"
|
||||
description="We transform leaders and teams through the power of Emotional Intelligence. Elevate your performance and influence."
|
||||
tag="EQworks Leadership"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Coaching",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Coaching", href: "#services" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg?_wi=1",
|
||||
imageAlt: "Executive leadership transformation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-silver-christmas-ball-blurred-background_169016-61261.jpg?_wi=1",
|
||||
imageAlt: "Emotional intelligence concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg?_wi=1",
|
||||
imageAlt: "Professional mentor portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1",
|
||||
imageAlt: "Executive portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1",
|
||||
imageAlt: "Leadership strategy session",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg", imageAlt: "Executive leadership transformation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-silver-christmas-ball-blurred-background_169016-61261.jpg", imageAlt: "Emotional intelligence concept" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -105,20 +68,11 @@ export default function LandingPage() {
|
||||
title="Beyond Traditional Leadership"
|
||||
description="EQworks specializes in bridging the gap between technical capability and human-centric leadership. We believe true excellence requires high-level emotional intelligence."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Emotional Resilience",
|
||||
description: "Master conflicting situations with composure.",
|
||||
},
|
||||
{
|
||||
title: "Strategic Influence",
|
||||
description: "Drive ROI through advanced leadership dynamics.",
|
||||
},
|
||||
{
|
||||
title: "Human-Centric Growth",
|
||||
description: "Transform cold processes into high-performing cultures.",
|
||||
},
|
||||
{ title: "Emotional Resilience", description: "Master conflicting situations with composure." },
|
||||
{ title: "Strategic Influence", description: "Drive ROI through advanced leadership dynamics." },
|
||||
{ title: "Human-Centric Growth", description: "Transform cold processes into high-performing cultures." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-smiling-businessman_1163-3880.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nationwide",
|
||||
"HM Land Registry",
|
||||
"Adobe",
|
||||
"Accenture",
|
||||
"Google",
|
||||
"BBC",
|
||||
"NHS",
|
||||
]}
|
||||
names={["Nationwide", "HM Land Registry", "Adobe", "Accenture", "Google", "BBC", "NHS"]}
|
||||
title="Partnered with Industry Leaders"
|
||||
description="We are proud to have empowered teams at the world's most prestigious organizations."
|
||||
/>
|
||||
@@ -219,42 +117,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Clayton Smith",
|
||||
handle: "Head of Transformation, HM Land Registry",
|
||||
testimonial: "Before attending he was a little cold, uncaring. Immediately after the course, something clearly had just clicked. A reformed character.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2",
|
||||
id: "1", name: "Clayton Smith", handle: "Head of Transformation, HM Land Registry", testimonial: "Before attending he was a little cold, uncaring. Immediately after the course, something clearly had just clicked. A reformed character.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Richard Turner",
|
||||
handle: "Programme Director, Nationwide",
|
||||
testimonial: "I could not put a price on this leadership coaching programme. I now feel more resilient and have ways of approaching conflicting situations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2",
|
||||
id: "2", name: "Richard Turner", handle: "Programme Director, Nationwide", testimonial: "I could not put a price on this leadership coaching programme. I now feel more resilient and have ways of approaching conflicting situations.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Miller",
|
||||
handle: "Executive Director",
|
||||
testimonial: "EQworks provided clarity in my decision making and deep insight into my management style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
id: "3", name: "Sarah Miller", handle: "Executive Director", testimonial: "EQworks provided clarity in my decision making and deep insight into my management style.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "Operations Lead",
|
||||
testimonial: "The ROI on this training is tangible. My entire team approach work with renewed energy and purpose.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg",
|
||||
id: "4", name: "David Thorne", handle: "Operations Lead", testimonial: "The ROI on this training is tangible. My entire team approach work with renewed energy and purpose.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rossi",
|
||||
handle: "Marketing Director",
|
||||
testimonial: "I learned to approach conflicts with emotional intelligence rather than reaction. Truly a game-changer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-senior-content-business-leader_1262-1728.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Rossi", handle: "Marketing Director", testimonial: "I learned to approach conflicts with emotional intelligence rather than reaction. Truly a game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-senior-content-business-leader_1262-1728.jpg"
|
||||
}
|
||||
]}
|
||||
title="Proven Transformations"
|
||||
description="Discover how EQworks has redefined leadership for our clients."
|
||||
@@ -266,31 +145,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is EQ?",
|
||||
content: "Emotional Intelligence (EQ) is the ability to identify, understand, and manage your own emotions and influence others effectively.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Who is this for?",
|
||||
content: "Our programmes are designed for executives, managers, and aspiring leaders seeking excellence.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the format?",
|
||||
content: "We offer in-depth masterclasses, one-on-one coaching, and custom corporate training sessions.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How long are programmes?",
|
||||
content: "We tailor duration to your needs, ranging from single intensive workshops to long-term coaching partnerships.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I test my EQ?",
|
||||
content: "Yes, we offer specialized EQ testing tools to help identify your specific developmental areas.",
|
||||
},
|
||||
{ id: "q1", title: "What is EQ?", content: "Emotional Intelligence (EQ) is the ability to identify, understand, and manage your own emotions and influence others effectively." },
|
||||
{ id: "q2", title: "Who is this for?", content: "Our programmes are designed for executives, managers, and aspiring leaders seeking excellence." },
|
||||
{ id: "q3", title: "What is the format?", content: "We offer in-depth masterclasses, one-on-one coaching, and custom corporate training sessions." },
|
||||
{ id: "q4", title: "How long are programmes?", content: "We tailor duration to your needs, ranging from single intensive workshops to long-term coaching partnerships." },
|
||||
{ id: "q5", title: "Can I test my EQ?", content: "Yes, we offer specialized EQ testing tools to help identify your specific developmental areas." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to your leadership development journey."
|
||||
@@ -301,68 +160,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Leadership?"
|
||||
description="Start your journey with EQworks today. Contact us for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:contact@eqworks.co.uk",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us Now", href: "mailto:contact@eqworks.co.uk" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Emotional Intelligence",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Executive Coaching",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Training",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Glossary",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Subscribe",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Emotional Intelligence", href: "#" }, { label: "Executive Coaching", href: "#" }, { label: "Training", href: "#" }] },
|
||||
{ items: [{ label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Glossary", href: "#" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Subscribe", href: "#" }] }
|
||||
]}
|
||||
logoText="EQworks"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user