Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "📅 Book Free Demo", href: "#inquiry-form" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=1"
|
||||
imageAlt="Modern classroom with engaged students at Orbital Coaching Institute"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#courses" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg?_wi=1"
|
||||
imageAlt="Smart classroom equipped with modern teaching technology"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "95%", title: "Pass Rate", description: "Students consistently achieve excellent board exam results", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg"
|
||||
id: "1", value: "95%", title: "Pass Rate", description: "Students consistently achieve excellent board exam results", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", value: "800+", title: "JEE Qualified", description: "Students successfully cleared JEE Main and Advanced"
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Learning", name: "Smart Classrooms", price: "Interactive", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg", imageAlt: "Smart classroom with interactive boards and modern equipment"
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg?_wi=2", imageAlt: "Smart classroom with interactive boards and modern equipment"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Resources", name: "Study Materials", price: "Comprehensive", rating: 5,
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Assessment", name: "Daily Practice & Tests", price: "Regular", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg", imageAlt: "Regular test schedules and practice paper tracking"
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg?_wi=2", imageAlt: "Regular test schedules and practice paper tracking"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2"
|
||||
imageAlt="FAQ support image - Orbital classroom"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user