From 00d99010e39f3e1dd591371d7bc853135a1105c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf017e0..68e750b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,21 +72,22 @@ export default function LandingPage() { textboxLayout="inline-image" animationType="slide-up" showStepNumbers={true} + useInvertedBackground={false} title="Comprehensive Learning Path" description="We offer structured courses tailored to industry standards, covering everything from fundamentals to advanced systems design." features={[ { - title: "Foundation Building", description: "Start with core logic and algorithms using Python/C++.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/back-shot-young-man-playing-competitive-shooter-games-computer-with-two-streaming-chats-open_482257-29572.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901780.jpg" }, + title: "Foundation Building", description: "Start with core logic and algorithms using Python/C++.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/back-shot-young-man-playing-competitive-shooter-games-computer-with-two-streaming-chats-open_482257-29572.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901780.jpg" } }, { - title: "Fullstack Mastery", description: "Learn modern frameworks like React, Node.js, and TypeScript.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-using-tablet-sustainable-data-center-implementing-green-technologies-it_482257-132419.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg" }, + title: "Fullstack Mastery", description: "Learn modern frameworks like React, Node.js, and TypeScript.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-using-tablet-sustainable-data-center-implementing-green-technologies-it_482257-132419.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg" } }, { - title: "Advanced Engineering", description: "Master system design, scaling, and database architecture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/creative-colleagues-working-new-app-design_1098-21584.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg" }, - }, + title: "Advanced Engineering", description: "Master system design, scaling, and database architecture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/creative-colleagues-working-new-app-design_1098-21584.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg" } + } ]} /> -- 2.49.1