diff --git a/src/app/page.tsx b/src/app/page.tsx index 16391ef..ebd39f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -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() {