diff --git a/src/app/page.tsx b/src/app/page.tsx index 4498c73..625aba4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,11 @@ export default function LandingPage() {
@@ -132,50 +84,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Seamless Scheduling", - description: "Book sessions with ease using our integrated calendar system.", - icon: Calendar, + title: "Seamless Scheduling", description: "Book sessions with ease using our integrated calendar system.", icon: Calendar, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface_23-2148616880.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/schedule-table-event-planner-concept_53876-121254.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-working-with-it_1134-86.jpg?_wi=2", - imageAlt: "scheduler interface ui", + { imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface_23-2148616880.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/schedule-table-event-planner-concept_53876-121254.jpg" } + ] }, { - title: "Secure Messaging", - description: "Keep in touch with your mentor through encrypted chats.", - icon: MessageSquare, + title: "Secure Messaging", description: "Keep in touch with your mentor through encrypted chats.", icon: MessageSquare, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/hand-touching-illuminated-smartphone-screen_53876-98072.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-having-conversation-with-work-colleague_273609-4714.jpg?_wi=2", - imageAlt: "scheduler interface ui", + { imageSrc: "http://img.b2bpic.net/free-photo/hand-touching-illuminated-smartphone-screen_53876-98072.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg" } + ] }, { - title: "HD Video Sessions", - description: "Engage in face-to-face video coaching from anywhere in the world.", - icon: Video, + title: "HD Video Sessions", description: "Engage in face-to-face video coaching from anywhere in the world.", icon: Video, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/employee-talking-workmates-online-video-call-meeting-discuss-business-project-woman-using-remote-teleconference-computer-with-colleagues-video-conference-webcam_482257-37195.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/hr-female-representatives-meeting_482257-120795.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-with-folded-arms_1262-727.jpg", - imageAlt: "scheduler interface ui", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/employee-talking-workmates-online-video-call-meeting-discuss-business-project-woman-using-remote-teleconference-computer-with-colleagues-video-conference-webcam_482257-37195.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hr-female-representatives-meeting_482257-120795.jpg" } + ] + } ]} title="Everything You Need to Succeed" description="Our platform provides a seamless experience for meaningful professional growth." @@ -188,24 +116,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Mentorship Sessions", - value: "15,000+", - icon: Users, - }, - { - id: "m2", - title: "Career Shifts", - value: "850+", - icon: TrendingUp, - }, - { - id: "m3", - title: "Active Mentors", - value: "1,200", - icon: Award, - }, + { id: "m1", title: "Mentorship Sessions", value: "15,000+", icon: Users }, + { id: "m2", title: "Career Shifts", value: "850+", icon: TrendingUp }, + { id: "m3", title: "Active Mentors", value: "1,200", icon: Award } ]} title="Our Impact" description="Evidence-backed growth paths for our users." @@ -216,13 +129,7 @@ export default function LandingPage() {