From 6d225083a2e7cee09855e384d63c18510c001caa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:31:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 283a195..bf017e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -123,48 +70,24 @@ export default function LandingPage() {
@@ -174,54 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "pro-1", - title: "Essentials", - price: "$29", - period: "/mo", - features: [ - "Fundamentals", - "Video Lectures", - "Community Support", - ], - button: { - text: "Join Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg?_wi=3", - imageAlt: "digital data stream flow", - }, - { - id: "pro-2", - title: "Professional", - price: "$59", - period: "/mo", - features: [ - "Everything in Essentials", - "Projects", - "Mentorship", - ], - button: { - text: "Join Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/creative-colleagues-working-new-app-design_1098-21584.jpg?_wi=3", - imageAlt: "developer working laptop", - }, - { - id: "pro-3", - title: "Enterprise", - price: "$129", - period: "/mo", - features: [ - "Everything in Professional", - "Team access", - "Priority Support", - ], - button: { - text: "Contact Us", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg?_wi=3", - imageAlt: "abstract tech geometry blue", - }, + { id: "pro-1", title: "Essentials", price: "$29", period: "/mo", features: ["Fundamentals", "Video Lectures", "Community Support"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg", imageAlt: "digital data stream flow" }, + { id: "pro-2", title: "Professional", price: "$59", period: "/mo", features: ["Everything in Essentials", "Projects", "Mentorship"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/creative-colleagues-working-new-app-design_1098-21584.jpg", imageAlt: "developer working laptop" }, + { id: "pro-3", title: "Enterprise", price: "$129", period: "/mo", features: ["Everything in Professional", "Team access", "Priority Support"], button: { text: "Contact Us" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg", imageAlt: "abstract tech geometry blue" }, ]} title="Flexible Learning Options" description="Simple plans for every stage of your coding journey." @@ -234,21 +112,9 @@ export default function LandingPage() { title="Impact by the Numbers" tag="Our Growth" metrics={[ - { - id: "m1", - value: "50k+", - description: "Active Learners", - }, - { - id: "m2", - value: "200+", - description: "Expert Instructors", - }, - { - id: "m3", - value: "95%", - description: "Employment Rate", - }, + { id: "m1", value: "50k+", description: "Active Learners" }, + { id: "m2", value: "200+", description: "Expert Instructors" }, + { id: "m3", value: "95%", description: "Employment Rate" }, ]} metricsAnimation="slide-up" /> @@ -261,26 +127,11 @@ export default function LandingPage() { rating={5} author="Sarah Chen" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg", - alt: "User 1", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg", - alt: "User 2", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-mixed-race-man-with-glad-facial-expression-chats-mobile-phone-connected-wireless-internet-models-against-cafe-interior-has-toothy-smile-wears-casual-t-shirt-optical-glasses-blogging_273609-29639.jpg", - alt: "User 3", - }, - { - src: "http://img.b2bpic.net/free-photo/male-graphic-designer-sitting-office_1170-1038.jpg", - alt: "User 4", - }, - { - src: "http://img.b2bpic.net/free-photo/businessman-with-notebook-double-color-exposure-effect_53876-104900.jpg", - alt: "User 5", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg", alt: "User 1" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg", alt: "User 2" }, + { src: "http://img.b2bpic.net/free-photo/happy-mixed-race-man-with-glad-facial-expression-chats-mobile-phone-connected-wireless-internet-models-against-cafe-interior-has-toothy-smile-wears-casual-t-shirt-optical-glasses-blogging_273609-29639.jpg", alt: "User 3" }, + { src: "http://img.b2bpic.net/free-photo/male-graphic-designer-sitting-office_1170-1038.jpg", alt: "User 4" }, + { src: "http://img.b2bpic.net/free-photo/businessman-with-notebook-double-color-exposure-effect_53876-104900.jpg", alt: "User 5" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -290,9 +141,7 @@ export default function LandingPage() {
-- 2.49.1