Update src/app/page.tsx
This commit is contained in:
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg", imageAlt: "Physics preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg", imageAlt: "Chemistry models" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg?_wi=1", imageAlt: "Physics preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg?_wi=1", imageAlt: "Chemistry models" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444928.jpg", imageAlt: "Math formulas" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-female-student-studies-online-uses-modern-teblet-wears-spectacles-casual-clothes-browses-internet-poses-outside-against-blurred-background-freelancer-thinks-about-strategy-project_273609-60605.jpg", imageAlt: "Tablet learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-nook-with-coffee-sunlight_23-2152005176.jpg", imageAlt: "Study space" },
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{ icon: Atom, text: "Reaction Mechanisms" },
|
||||
],
|
||||
reverse: true,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg", imageAlt: "Girl studying at desk with stationery" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-holding-books_23-2147664051.jpg?_wi=2", imageAlt: "Girl studying at desk with stationery" },
|
||||
},
|
||||
{
|
||||
title: "Mathematics", description: "Calculus, Algebra, Coordinate Geometry, and Probability.", items: [
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{ icon: Sigma, text: "Calculus Depth" },
|
||||
],
|
||||
reverse: false,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg", imageAlt: "Girl studying at desk with stationery" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg?_wi=2", imageAlt: "Girl studying at desk with stationery" },
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Subject Coverage"
|
||||
|
||||
Reference in New Issue
Block a user