Merge version_1 into main #2
175
src/app/page.tsx
175
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gurex Coaching"
|
||||
/>
|
||||
@@ -55,19 +43,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevating Vision, Driving Results."
|
||||
description="At Gurex Coaching Group, we partner with visionary leaders to sharpen focus, unlock potential, and scale success through tailored executive coaching."
|
||||
tag="Trusted by Industry Leaders"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-coffee_23-2149073079.jpg?_wi=1"
|
||||
buttons={[{ text: "Book a Consultation", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-coffee_23-2149073079.jpg"
|
||||
imageAlt="Professional business coaching environment"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,12 +57,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Unlocking Potential Through Strategic Partnership."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Approach",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Approach", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,28 +68,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Growth",
|
||||
description: "Defining clear pathways to scalable revenue and organizational success.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-journalist-taking-interview_23-2148524102.jpg",
|
||||
imageAlt: "professional business coach speaking meeting",
|
||||
title: "Strategic Growth", description: "Defining clear pathways to scalable revenue and organizational success.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Leadership Development",
|
||||
description: "Empowering executives to inspire teams and cultivate high-performance cultures.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-coffee_23-2149073079.jpg?_wi=2",
|
||||
imageAlt: "professional business coach speaking meeting",
|
||||
title: "Leadership Development", description: "Empowering executives to inspire teams and cultivate high-performance cultures.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Operational Clarity",
|
||||
description: "Streamlining processes to optimize performance and reduce friction.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Settings,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parity-empower-women-right-equality_53876-121163.jpg",
|
||||
imageAlt: "professional business coach speaking meeting",
|
||||
title: "Operational Clarity", description: "Streamlining processes to optimize performance and reduce friction.", bentoComponent: "reveal-icon", icon: Settings,
|
||||
},
|
||||
]}
|
||||
title="Core Coaching Pillars"
|
||||
@@ -128,21 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
description: "Average Revenue Growth",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "300+",
|
||||
description: "Leaders Transformed",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
{ id: "m1", value: "40%", description: "Average Revenue Growth" },
|
||||
{ id: "m2", value: "300+", description: "Leaders Transformed" },
|
||||
{ id: "m3", value: "15+", description: "Years of Expertise" },
|
||||
]}
|
||||
title="The Impact of Coaching"
|
||||
description="Measurable results driven by evidence-based methodologies."
|
||||
@@ -157,45 +106,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Thorne",
|
||||
role: "CEO",
|
||||
company: "TechVantage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
id: "1", name: "Marcus Thorne", role: "CEO", company: "TechVantage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Vance",
|
||||
role: "Founder",
|
||||
company: "CreativeEdge",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
},
|
||||
id: "2", name: "Elena Vance", role: "Founder", company: "CreativeEdge", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julian Reyes",
|
||||
role: "COO",
|
||||
company: "GlobalScale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
||||
},
|
||||
id: "3", name: "Julian Reyes", role: "COO", company: "GlobalScale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Jenkins",
|
||||
role: "VP Operations",
|
||||
company: "InnovateNow",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Jenkins", role: "VP Operations", company: "InnovateNow", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Wu",
|
||||
role: "CTO",
|
||||
company: "NextGen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
},
|
||||
id: "5", name: "David Wu", role: "CTO", company: "NextGen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear how we have empowered leaders to reach new heights."
|
||||
@@ -207,14 +131,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Ventura Inc.",
|
||||
"Synapse Group",
|
||||
"Orbit Analytics",
|
||||
"Nexus Flow",
|
||||
"Lumina Digital",
|
||||
"Apex Solutions",
|
||||
"Core Strategy",
|
||||
]}
|
||||
"Ventura Inc.", "Synapse Group", "Orbit Analytics", "Nexus Flow", "Lumina Digital", "Apex Solutions", "Core Strategy"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with forward-thinking organizations across industries."
|
||||
/>
|
||||
@@ -225,21 +142,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Who is Gurex for?",
|
||||
content: "Our services are tailored for high-potential executives, founders, and leadership teams seeking sustainable growth.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What does a session look like?",
|
||||
content: "Sessions are highly structured, focused on strategic goal alignment, accountability, and leadership skill-building.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do we measure success?",
|
||||
content: "Success is measured through defined KPIs, 360-degree feedback, and tangible improvements in organizational performance.",
|
||||
},
|
||||
{ id: "f1", title: "Who is Gurex for?", content: "Our services are tailored for high-potential executives, founders, and leadership teams seeking sustainable growth." },
|
||||
{ id: "f2", title: "What does a session look like?", content: "Sessions are highly structured, focused on strategic goal alignment, accountability, and leadership skill-building." },
|
||||
{ id: "f3", title: "How do we measure success?", content: "Success is measured through defined KPIs, 360-degree feedback, and tangible improvements in organizational performance." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about starting your coaching journey."
|
||||
@@ -253,18 +158,8 @@ export default function LandingPage() {
|
||||
title="Let's Start Your Journey"
|
||||
description="Reach out to schedule your introductory call and discuss your strategic vision."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-communication-company-meeting-concept_53876-23511.jpg"
|
||||
/>
|
||||
@@ -273,14 +168,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Gurex Coaching"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user