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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg"
|
||||
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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg"
|
||||
imageAlt="Smart classroom equipped with modern teaching technology"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -117,16 +117,16 @@ 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?_wi=1"
|
||||
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", imageAlt: "Pass rate statistics and board exam results"
|
||||
},
|
||||
{
|
||||
id: "2", value: "800+", title: "JEE Qualified", description: "Students successfully cleared JEE Main and Advanced"
|
||||
id: "2", value: "800+", title: "JEE Qualified", description: "Students successfully cleared JEE Main and Advanced", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg", imageAlt: "JEE qualified students count"
|
||||
},
|
||||
{
|
||||
id: "3", value: "500+", title: "NEET Qualified", description: "Students admitted to top medical colleges across India"
|
||||
id: "3", value: "500+", title: "NEET Qualified", description: "Students admitted to top medical colleges across India", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg", imageAlt: "NEET qualified students count"
|
||||
},
|
||||
{
|
||||
id: "4", value: "1000+", title: "Happy Students", description: "Successfully graduated and pursuing dreams at top institutions"
|
||||
id: "4", value: "1000+", title: "Happy Students", description: "Successfully graduated and pursuing dreams at top institutions", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg", imageAlt: "Total happy students graduated"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg"
|
||||
imageAlt="FAQ support image - Orbital classroom"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user