From 94d691b54f376b4d2bf88229a52e4588168b5631 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:21:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f660ae..e74ed5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { features={[ { id: "beige", title: "Post-Course Support", description: "Solidify your knowledge with dedicated post-course coaching to ensure long-term mastery.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/chess-pieces-circle-shape_23-2148621015.jpg", imageAlt: "Course Completion"}, + imageSrc: "http://img.b2bpic.net/free-photo/chess-pieces-circle-shape_23-2148621015.jpg?_wi=1", imageAlt: "Course Completion"}, items: [ { icon: CheckCircle, text: "Continuous feedback" }, { icon: Star, text: "Personalized goal tracking" }, @@ -82,7 +82,7 @@ export default function LandingPage() { }, { id: "blue", title: "Conversational Fluency", description: "Talk your way to confidence with our natural, immersive conversation sessions.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/gamification-motivation-flat-elements-set_1284-24974.jpg", imageAlt: "Conversation"}, + imageSrc: "http://img.b2bpic.net/free-vector/gamification-motivation-flat-elements-set_1284-24974.jpg?_wi=1", imageAlt: "Conversation"}, items: [ { icon: MessageCircle, text: "Real-world scenarios" }, { icon: Zap, text: "Interactive daily practice" }, @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: "burgundy", title: "Corporate Training", description: "Professional language skills tailored for business success and team development.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-event-postponed-assortment_23-2148596841.jpg", imageAlt: "Corporate Training"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-event-postponed-assortment_23-2148596841.jpg?_wi=1", imageAlt: "Corporate Training"}, items: [ { icon: Shield, text: "Business etiquette" }, { icon: Zap, text: "Executive presentation skills" }, @@ -122,15 +122,15 @@ export default function LandingPage() { { id: "basic", title: "Conversational", price: "$49", period: "/month", features: ["Weekly sessions", "Community access", "Resource library"], button: { text: "Choose Basic" }, - imageSrc: "http://img.b2bpic.net/free-photo/chess-pieces-circle-shape_23-2148621015.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/chess-pieces-circle-shape_23-2148621015.jpg?_wi=2"}, { id: "pro", title: "Professional", price: "$129", period: "/month", features: ["Unlimited sessions", "Career mentoring", "Priority support"], button: { text: "Choose Pro" }, - imageSrc: "http://img.b2bpic.net/free-vector/gamification-motivation-flat-elements-set_1284-24974.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/gamification-motivation-flat-elements-set_1284-24974.jpg?_wi=2"}, { id: "enterprise", title: "Corporate", price: "$299", period: "/month", features: ["Team management", "Custom curriculum", "Reports"], button: { text: "Choose Corporate" }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-event-postponed-assortment_23-2148596841.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-event-postponed-assortment_23-2148596841.jpg?_wi=2"}, ]} title="Flexible Learning Plans" description="Choose the path that fits your lifestyle and aspirations." -- 2.49.1