Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -29,60 +29,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Courses", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
]}
|
||||
brandName="Elite Coaching"
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Achieve Your Goals with Personalized Coaching"
|
||||
description="Unlock your full potential with structured coaching classes tailored to your career and personal growth needs."
|
||||
tag="Trusted Coaching Services"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-business-people-working-together_74855-2707.jpg",
|
||||
imageAlt: "Mentorship session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-business-people-working-together_74855-2707.jpg", imageAlt: "professional coaching mentor session"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-teenage-boys-studying-together-home-with-laptop_23-2149332872.jpg",
|
||||
imageAlt: "Student growth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg?_wi=1",
|
||||
imageAlt: "Professional guidance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg?_wi=1",
|
||||
imageAlt: "Executive session",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg?_wi=1",
|
||||
imageAlt: "Interactive learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-teenage-boys-studying-together-home-with-laptop_23-2149332872.jpg", imageAlt: "coaching student growth workshop"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -94,12 +63,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Empowering individuals to excel through expert coaching."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,36 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Foundations",
|
||||
title: "Career Readiness",
|
||||
items: [
|
||||
"Resume building",
|
||||
"Interview practice",
|
||||
"Soft skills",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Growth",
|
||||
title: "Leadership Development",
|
||||
items: [
|
||||
"Strategic thinking",
|
||||
"Team management",
|
||||
"Conflict resolution",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Expertise",
|
||||
title: "Technical Skill Mastery",
|
||||
items: [
|
||||
"Advanced methodologies",
|
||||
"Tool proficiency",
|
||||
"Industry insights",
|
||||
],
|
||||
},
|
||||
{ id: "1", label: "Foundations", title: "Career Readiness", items: ["Resume building", "Interview practice", "Soft skills"] },
|
||||
{ id: "2", label: "Growth", title: "Leadership Development", items: ["Strategic thinking", "Team management", "Conflict resolution"] },
|
||||
{ id: "3", label: "Expertise", title: "Technical Skill Mastery", items: ["Advanced methodologies", "Tool proficiency", "Industry insights"] }
|
||||
]}
|
||||
title="Our Coaching Programs"
|
||||
description="Comprehensive programs designed to guide you through every step of your professional journey."
|
||||
@@ -151,53 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
price: "$199",
|
||||
subtitle: "Monthly access to group coaching",
|
||||
features: [
|
||||
"1 weekly session",
|
||||
"Resources access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Basic",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$499",
|
||||
subtitle: "Intensive mentorship plan",
|
||||
features: [
|
||||
"2 weekly sessions",
|
||||
"1-on-1 feedback",
|
||||
"Career audit",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Pro",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "expert",
|
||||
badge: "Enterprise",
|
||||
price: "$999",
|
||||
subtitle: "Total executive transformation",
|
||||
features: [
|
||||
"Unlimited support",
|
||||
"Executive coaching",
|
||||
"Priority access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Expert",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Starter", price: "$199", subtitle: "Monthly access to group coaching", features: ["1 weekly session", "Resources access"], buttons: [{ text: "Select Basic" }] },
|
||||
{ id: "pro", badge: "Most Popular", price: "$499", subtitle: "Intensive mentorship plan", features: ["2 weekly sessions", "1-on-1 feedback", "Career audit"], buttons: [{ text: "Select Pro" }] },
|
||||
{ id: "expert", badge: "Enterprise", price: "$999", subtitle: "Total executive transformation", features: ["Unlimited support", "Executive coaching", "Priority access"], buttons: [{ text: "Select Expert" }] }
|
||||
]}
|
||||
title="Flexible Pricing Plans"
|
||||
description="Choose the coaching plan that fits your current needs and goals."
|
||||
@@ -210,60 +103,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Associate",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordan S.",
|
||||
role: "Manager",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Casey L.",
|
||||
role: "Director",
|
||||
company: "Tech Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Morgan F.",
|
||||
role: "Analyst",
|
||||
company: "Data Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-denim-shirt-red-eyeglasses_613910-11864.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Taylor M.",
|
||||
role: "Founder",
|
||||
company: "StartUp Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex R.", role: "Associate", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg" },
|
||||
{ id: "2", name: "Jordan S.", role: "Manager", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg" },
|
||||
{ id: "3", name: "Casey L.", role: "Director", company: "Tech Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Success Rate",
|
||||
},
|
||||
{
|
||||
value: "1200+",
|
||||
label: "Students Coached",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Successful Placements",
|
||||
},
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
{ value: "1200+", label: "Students Coached" },
|
||||
{ value: "500+", label: "Successful Placements" }
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Don't just take our word for it—read what our successful students say about their experience."
|
||||
@@ -273,73 +120,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to get started? Get in touch with our team today to schedule your free consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "mailto:coaching@example.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get In Touch", href: "mailto:coaching@example.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] }
|
||||
]}
|
||||
logoText="Elite Coaching"
|
||||
copyrightText="© 2025 Elite Coaching. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user