Update src/app/page.tsx
This commit is contained in:
@@ -52,14 +52,14 @@ export default function LandingPage() {
|
||||
title="Excellence in Digital Education"
|
||||
description="Unlock your potential with industry-leading courses designed for the future of innovation and technology."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg", imageAlt: "Futuristic Learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/international-team_273609-6343.jpg", imageAlt: "Collaborative Study" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-grid-terrain-cyan-black_23-2152020911.jpg", imageAlt: "Data Intelligence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg?_wi=1", imageAlt: "Futuristic Learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/international-team_273609-6343.jpg?_wi=1", imageAlt: "Collaborative Study" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-grid-terrain-cyan-black_23-2152020911.jpg?_wi=1", imageAlt: "Data Intelligence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906224.jpg", imageAlt: "Futuristic classroom for students" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906188.jpg", imageAlt: "High tech learning space" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg", imageAlt: "Digital Workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg?_wi=1", imageAlt: "Digital Workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sound-button-closeup-laptop-keyboard_169016-62909.jpg", imageAlt: "Coding Lab" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778517.jpg", imageAlt: "Knowledge Book" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906228.jpg", imageAlt: "Advanced classroom digital view" },
|
||||
@@ -164,10 +164,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", role: "Full Stack Dev", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-techno-background-with-connecting-lines-dots_1048-11693.jpg", imageAlt: "Testimonial 1" },
|
||||
{ id: "2", name: "Jordan S.", role: "Data Analyst", company: "DataHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg", imageAlt: "Testimonial 2" },
|
||||
{ id: "3", name: "Casey P.", role: "UX Researcher", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/international-team_273609-6343.jpg", imageAlt: "Testimonial 3" },
|
||||
{ id: "4", name: "Riley T.", role: "Cyber Security", company: "SafeVault", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-grid-terrain-cyan-black_23-2152020911.jpg", imageAlt: "Testimonial 4" },
|
||||
{ id: "5", name: "Morgan D.", role: "Product Manager", company: "ScaleUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg", imageAlt: "Testimonial 5" }
|
||||
{ id: "2", name: "Jordan S.", role: "Data Analyst", company: "DataHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg?_wi=2", imageAlt: "Testimonial 2" },
|
||||
{ id: "3", name: "Casey P.", role: "UX Researcher", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/international-team_273609-6343.jpg?_wi=2", imageAlt: "Testimonial 3" },
|
||||
{ id: "4", name: "Riley T.", role: "Cyber Security", company: "SafeVault", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-grid-terrain-cyan-black_23-2152020911.jpg?_wi=2", imageAlt: "Testimonial 4" },
|
||||
{ id: "5", name: "Morgan D.", role: "Product Manager", company: "ScaleUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg?_wi=2", imageAlt: "Testimonial 5" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1000+", label: "Successful Projects" },
|
||||
|
||||
Reference in New Issue
Block a user