From 48400fe458fca17b83b8c98c1c78a1ef614bb7fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 02:02:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 262 +++++------------------------------------------ 1 file changed, 27 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 364bb04..14829b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,60 +29,29 @@ export default function LandingPage() {
@@ -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() {