Merge version_1 into main #2
333
src/app/page.tsx
333
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="EliteCoaching"
|
||||
/>
|
||||
@@ -59,66 +44,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="Empowering Future Leaders with Secure Excellence"
|
||||
description="Premium coaching services backed by advanced security and professional development frameworks for your academic success."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-boy-thinking-with-pencil-his-chin_23-2147659182.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-stylish-student-posing-table_23-2147666655.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "Student 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-thinking-with-pencil-his-chin_23-2147659182.jpg", alt: "Student 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Student 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/content-stylish-student-posing-table_23-2147666655.jpg", alt: "Student 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Student 5" },
|
||||
]}
|
||||
avatarText="Join over 5,000+ successful students"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "End-to-End Security",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Mentorship",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Real-time Analytics",
|
||||
icon: BarChart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Access",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Proven Results",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{ type: "text-icon", text: "End-to-End Security", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Expert Mentorship", icon: Users },
|
||||
{ type: "text-icon", text: "Real-time Analytics", icon: BarChart },
|
||||
{ type: "text-icon", text: "Global Access", icon: Globe },
|
||||
{ type: "text-icon", text: "Proven Results", icon: TrendingUp },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,12 +70,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Professional Approach to Academic Development"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,79 +81,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Military-Grade Security",
|
||||
description: "Your educational data and communications are protected by end-to-end encryption.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-connecting-lines-dots_1048-5766.jpg",
|
||||
imageAlt: "Security",
|
||||
},
|
||||
title: "Military-Grade Security", description: "Your educational data and communications are protected by end-to-end encryption.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-connecting-lines-dots_1048-5766.jpg", imageAlt: "Security" },
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Data Encryption",
|
||||
},
|
||||
{
|
||||
icon: Lock,
|
||||
text: "Secure Login",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Private Sessions",
|
||||
},
|
||||
{ icon: Shield, text: "Data Encryption" },
|
||||
{ icon: Lock, text: "Secure Login" },
|
||||
{ icon: ShieldCheck, text: "Private Sessions" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-lines-dots_1048-8017.jpg",
|
||||
imageAlt: "encrypted security data technology",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Performance Analytics",
|
||||
description: "Real-time growth tracking and performance insights at your fingertips.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Performance",
|
||||
},
|
||||
title: "Performance Analytics", description: "Real-time growth tracking and performance insights at your fingertips.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Performance" },
|
||||
items: [
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Real-time Growth",
|
||||
},
|
||||
{
|
||||
icon: PieChart,
|
||||
text: "Detailed Reporting",
|
||||
},
|
||||
{
|
||||
icon: BarChart,
|
||||
text: "Progress Insight",
|
||||
},
|
||||
{ icon: TrendingUp, text: "Real-time Growth" },
|
||||
{ icon: PieChart, text: "Detailed Reporting" },
|
||||
{ icon: BarChart, text: "Progress Insight" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-man-showing-tablet_23-2147860537.jpg",
|
||||
imageAlt: "encrypted security data technology",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Interactive Collaboration",
|
||||
description: "Live, immersive classroom tools for seamless interaction.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-presentation-his-colleague_23-2147847455.jpg",
|
||||
imageAlt: "Interactive",
|
||||
},
|
||||
title: "Interactive Collaboration", description: "Live, immersive classroom tools for seamless interaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-presentation-his-colleague_23-2147847455.jpg", imageAlt: "Interactive" },
|
||||
items: [
|
||||
{
|
||||
icon: MessageSquare,
|
||||
text: "Live Chat",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Group Sessions",
|
||||
},
|
||||
{
|
||||
icon: Video,
|
||||
text: "HD Streams",
|
||||
},
|
||||
{ icon: MessageSquare, text: "Live Chat" },
|
||||
{ icon: Users, text: "Group Sessions" },
|
||||
{ icon: Video, text: "HD Streams" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg?_wi=1",
|
||||
imageAlt: "encrypted security data technology",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Why Choose Elite Coaching"
|
||||
@@ -230,52 +120,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Starter Pack",
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Secure Dashboard Access",
|
||||
"Basic Analytics",
|
||||
"Community Forum",
|
||||
],
|
||||
button: {
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg?_wi=2",
|
||||
id: "basic", title: "Starter Pack", price: "$99", period: "/month", features: ["Secure Dashboard Access", "Basic Analytics", "Community Forum"],
|
||||
button: { text: "Choose Basic", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg"
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional",
|
||||
price: "$199",
|
||||
period: "/month",
|
||||
features: [
|
||||
"All Starter Features",
|
||||
"1-on-1 Sessions",
|
||||
"Priority Support",
|
||||
],
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg",
|
||||
id: "pro", title: "Professional", price: "$199", period: "/month", features: ["All Starter Features", "1-on-1 Sessions", "Priority Support"],
|
||||
button: { text: "Choose Pro", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg"
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Elite Access",
|
||||
price: "$499",
|
||||
period: "/month",
|
||||
features: [
|
||||
"All Pro Features",
|
||||
"Dedicated Manager",
|
||||
"Full Data Analytics",
|
||||
],
|
||||
button: {
|
||||
text: "Choose Elite",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870870.jpg",
|
||||
id: "enterprise", title: "Elite Access", price: "$499", period: "/month", features: ["All Pro Features", "Dedicated Manager", "Full Data Analytics"],
|
||||
button: { text: "Choose Elite", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870870.jpg"
|
||||
},
|
||||
]}
|
||||
title="Transparent Coaching Plans"
|
||||
@@ -289,21 +146,9 @@ export default function LandingPage() {
|
||||
title="Proven Academic Excellence"
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
description: "Successful Students",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Platform Uptime",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "150+",
|
||||
description: "Expert Mentors",
|
||||
},
|
||||
{ id: "m1", value: "5000+", description: "Successful Students" },
|
||||
{ id: "m2", value: "99.9%", description: "Platform Uptime" },
|
||||
{ id: "m3", value: "150+", description: "Expert Mentors" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -316,39 +161,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex River",
|
||||
handle: "@ariver",
|
||||
testimonial: "Elite Coaching transformed my academic perspective with their high security standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-student-man-notebook_1149-1788.jpg",
|
||||
id: "1", name: "Alex River", handle: "@ariver", testimonial: "Elite Coaching transformed my academic perspective with their high security standards.", imageSrc: "http://img.b2bpic.net/free-photo/cool-student-man-notebook_1149-1788.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jamie Lee",
|
||||
handle: "@jlee",
|
||||
testimonial: "The performance analytics features made tracking my progress incredibly easy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3780.jpg",
|
||||
id: "2", name: "Jamie Lee", handle: "@jlee", testimonial: "The performance analytics features made tracking my progress incredibly easy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3780.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sam Taylor",
|
||||
handle: "@staylor",
|
||||
testimonial: "Exceptional security and very professional mentors. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg",
|
||||
id: "3", name: "Sam Taylor", handle: "@staylor", testimonial: "Exceptional security and very professional mentors. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jordan Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "The collaboration tools are top-tier. Best decision I made this year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-business-woman-holding-red-notebook-posing-camera_549566-24.jpg",
|
||||
id: "4", name: "Jordan Smith", handle: "@jsmith", testimonial: "The collaboration tools are top-tier. Best decision I made this year.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-business-woman-holding-red-notebook-posing-camera_549566-24.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Casey Morgan",
|
||||
handle: "@cmorgan",
|
||||
testimonial: "Truly a professional development hub. The security gives me peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
id: "5", name: "Casey Morgan", handle: "@cmorgan", testimonial: "Truly a professional development hub. The security gives me peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
@@ -360,21 +185,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How secure is my data?",
|
||||
content: "We use end-to-end encryption for all data and communications.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I cancel my plan?",
|
||||
content: "Yes, you can cancel at any time through your dashboard.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are mentors certified?",
|
||||
content: "Every mentor undergoes a strict vetting and certification process.",
|
||||
},
|
||||
{ id: "q1", title: "How secure is my data?", content: "We use end-to-end encryption for all data and communications." },
|
||||
{ id: "q2", title: "Can I cancel my plan?", content: "Yes, you can cancel at any time through your dashboard." },
|
||||
{ id: "q3", title: "Are mentors certified?", content: "Every mentor undergoes a strict vetting and certification process." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -384,9 +197,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Journey Today"
|
||||
description="Let's discuss how we can help you achieve your academic goals with the best coaching environment."
|
||||
@@ -399,43 +210,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Elite Coaching. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user