Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Excellence in Education"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg"
|
||||
imageAlt="Students studying together in classroom"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -58,19 +58,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma", handle: "Parent, Class 10 Student", testimonial: "My son's grades improved dramatically within 3 months. The personal attention and doubt-solving sessions made all the difference!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
name: "Rahul Verma", handle: "Student, Class 12 Science", testimonial: "The best coaching institute in Ajmer! Teachers are experts and they explain concepts so clearly. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg?_wi=1", imageAlt: "Rahul Verma"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg", imageAlt: "Rahul Verma"
|
||||
},
|
||||
{
|
||||
name: "Divya Patel", handle: "Parent, Class 8 Student", testimonial: "Very impressed with the systematic teaching approach and regular test series. My daughter is now confident in maths.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing-outdoors_23-2148613029.jpg?_wi=1", imageAlt: "Divya Patel"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing-outdoors_23-2148613029.jpg", imageAlt: "Divya Patel"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
ariaLabel="Hero section with testimonials"
|
||||
/>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolboy-using-hands-sanitizer-classroom_637285-8706.jpg", imageAlt: "Elementary students learning"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg?_wi=1", imageAlt: "Personal attention icon"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg", imageAlt: "Personal attention icon"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -117,10 +117,10 @@ export default function LandingPage() {
|
||||
title: "Class 11-12 Science Stream", description: "Master Physics, Chemistry, Maths, and Biology with advanced problem-solving techniques and board exam preparation.", icon: Microscope,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg?_wi=1", imageAlt: "Science students in laboratory"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg", imageAlt: "Science students in laboratory"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-21194.jpg?_wi=1", imageAlt: "Test series icon"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-21194.jpg", imageAlt: "Test series icon"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -128,10 +128,10 @@ export default function LandingPage() {
|
||||
title: "Class 11-12 Commerce Stream", description: "Excel in Accounts, Economics, and Business Studies with practical knowledge and regular test assessments.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg?_wi=2", imageAlt: "Commerce students studying"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg", imageAlt: "Commerce students studying"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg?_wi=1", imageAlt: "Expert teacher icon"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg", imageAlt: "Expert teacher icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -148,33 +148,33 @@ export default function LandingPage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Excellence", name: "Experienced Faculty", price: "Expert Teachers", rating: 5,
|
||||
reviewCount: "Best in Ajmer", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg?_wi=2", imageAlt: "Experienced faculty"
|
||||
reviewCount: "Best in Ajmer", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg", imageAlt: "Experienced faculty"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Assessment", name: "Regular Test Series", price: "Weekly & Monthly", rating: 5,
|
||||
reviewCount: "Board-Pattern", imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-21194.jpg?_wi=2", imageAlt: "Regular tests"
|
||||
reviewCount: "Board-Pattern", imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-21194.jpg", imageAlt: "Regular tests"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Support", name: "Doubt Solving Sessions", price: "One-on-One Help", rating: 5,
|
||||
reviewCount: "Always Available", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg?_wi=1", imageAlt: "Doubt solving"
|
||||
reviewCount: "Always Available", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg", imageAlt: "Doubt solving"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Attention", name: "Personal Attention", price: "Focused Learning", rating: 5,
|
||||
reviewCount: "Small Batches", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg?_wi=2", imageAlt: "Personal attention"
|
||||
reviewCount: "Small Batches", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg", imageAlt: "Personal attention"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Materials", name: "Study Materials & Notes", price: "Comprehensive", rating: 5,
|
||||
reviewCount: "Well-Organized", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg?_wi=3", imageAlt: "Study materials"
|
||||
reviewCount: "Well-Organized", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-posing-with-whiteboard_23-2147648041.jpg", imageAlt: "Study materials"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "English", name: "Spoken English Support", price: "Communication Skills", rating: 5,
|
||||
reviewCount: "Personality Dev", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg?_wi=2", imageAlt: "English speaking"
|
||||
reviewCount: "Personality Dev", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg", imageAlt: "English speaking"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Why choose us section"
|
||||
@@ -195,15 +195,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_parent", testimonial: "My son's marks in maths improved from 42 to 78 in just 6 months! The teachers are so patient and the doubt-solving sessions are invaluable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=2", imageAlt: "Priya Sharma"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rahul Verma", handle: "@rahul_student", testimonial: "Best coaching in Ajmer! The teachers explain difficult concepts easily. I went from being average to scoring 92% in Science.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg?_wi=2", imageAlt: "Rahul Verma"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg", imageAlt: "Rahul Verma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Divya Patel", handle: "@divya_mom", testimonial: "I love how the institute focuses on understanding rather than rote learning. My daughter's confidence has grown tremendously.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing-outdoors_23-2148613029.jpg?_wi=2", imageAlt: "Divya Patel"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing-outdoors_23-2148613029.jpg", imageAlt: "Divya Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Arun Kumar", handle: "@arun_12science", testimonial: "The test series helped me understand exactly what to expect in board exams. Teachers are highly knowledgeable in every subject.", rating: 5,
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
description="Fill in your details to get admission information, class timings, fees, and other details. You can also call us directly at 6367861914 or WhatsApp us."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg"
|
||||
imageAlt="Students learning"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user