Update src/app/page.tsx
This commit is contained in:
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-pupils-doing-task-with-help-teacher_74855-10288.jpg", imageAlt: "Online learning platform hero" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg", imageAlt: "Business course" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg", imageAlt: "Technology course" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg?_wi=1", imageAlt: "Business course" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg?_wi=1", imageAlt: "Technology course" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Courses", href: "features" },
|
||||
@@ -95,11 +95,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert-Led Instruction", description: "Learn from industry professionals with years of real-world experience and proven track records in their fields.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg", imageAlt: "Expert instructors teaching"
|
||||
title: "Expert-Led Instruction", description: "Learn from industry professionals with years of real-world experience and proven track records in their fields.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg?_wi=2", imageAlt: "Expert instructors teaching"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interactive Projects", description: "Apply your knowledge through hands-on projects and real-world assignments that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg", imageAlt: "Students working on projects"
|
||||
title: "Interactive Projects", description: "Apply your knowledge through hands-on projects and real-world assignments that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg?_wi=2", imageAlt: "Students working on projects"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
|
||||
Reference in New Issue
Block a user