Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
372
src/app/page.tsx
372
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#courses",
|
||||
},
|
||||
name: "Courses", id: "#courses"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "#why-choose-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Classic Coaching Classes (क्लासिक कोचिंग क्लासेज)"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enroll Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,81 +58,42 @@ export default function LandingPage() {
|
||||
description="Mumbai's top-rated coaching center with 4.9⭐ from 61 Google reviews. We build futures, one student at a time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyasharma",
|
||||
testimonial: "The best coaching I've experienced! The teachers are incredibly supportive and their methods really work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-young-female-coworker-receive-excellent-opportunity-triumphing-gladly-smiling-camera_1258-228367.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priyasharma", testimonial: "The best coaching I've experienced! The teachers are incredibly supportive and their methods really work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-young-female-coworker-receive-excellent-opportunity-triumphing-gladly-smiling-camera_1258-228367.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
name: "Rohan Patel",
|
||||
handle: "@rohan_p",
|
||||
testimonial: "Classic Coaching helped me achieve my dream scores. Highly recommend for competitive exams!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-service-worker-prepared-delivery-studio-background_482257-89022.jpg",
|
||||
imageAlt: "Rohan Patel",
|
||||
},
|
||||
name: "Rohan Patel", handle: "@rohan_p", testimonial: "Classic Coaching helped me achieve my dream scores. Highly recommend for competitive exams!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-service-worker-prepared-delivery-studio-background_482257-89022.jpg", imageAlt: "Rohan Patel"},
|
||||
{
|
||||
name: "Anjali Singh",
|
||||
handle: "@anjali_s",
|
||||
testimonial: "Personal attention and a friendly environment make learning enjoyable. Truly a class apart!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-carries-yoga-mat-rests-after-training-concentrated-into-distance-wears-sweatshirt-poses-healthy-lifestyle-wellbeing-concept_273609-56249.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
},
|
||||
name: "Anjali Singh", handle: "@anjali_s", testimonial: "Personal attention and a friendly environment make learning enjoyable. Truly a class apart!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-carries-yoga-mat-rests-after-training-concentrated-into-distance-wears-sweatshirt-poses-healthy-lifestyle-wellbeing-concept_273609-56249.jpg", imageAlt: "Anjali Singh"},
|
||||
{
|
||||
name: "Karan Mehta",
|
||||
handle: "@karanm",
|
||||
testimonial: "Joining here was the best decision for my HSC prep. The results speak for themselves!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-charming-female-programmer-having-fun-show-tongue-fool-around-coworkers-lunch-break-smi_1258-134496.jpg",
|
||||
imageAlt: "Karan Mehta",
|
||||
},
|
||||
name: "Karan Mehta", handle: "@karanm", testimonial: "Joining here was the best decision for my HSC prep. The results speak for themselves!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-charming-female-programmer-having-fun-show-tongue-fool-around-coworkers-lunch-break-smi_1258-134496.jpg", imageAlt: "Karan Mehta"},
|
||||
{
|
||||
name: "Deepika Rao",
|
||||
handle: "@deepika_r",
|
||||
testimonial: "Excellent faculty and structured curriculum. They genuinely care about student success.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg",
|
||||
imageAlt: "Deepika Rao",
|
||||
},
|
||||
name: "Deepika Rao", handle: "@deepika_r", testimonial: "Excellent faculty and structured curriculum. They genuinely care about student success.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg", imageAlt: "Deepika Rao"},
|
||||
]}
|
||||
tag="Admissions Open"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Us", href: "tel:+919876543210"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-presentation_23-2149127095.jpg"
|
||||
imageAlt="Students studying intently in a modern classroom setting"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg",
|
||||
alt: "Satisfied female student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg", alt: "Satisfied female student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5873.jpg",
|
||||
alt: "Happy student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5873.jpg", alt: "Happy student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg",
|
||||
alt: "Confident student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg", alt: "Confident student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/irritated-young-student-girl-wearing-bandana-backpack-putting-glasses-her-blouse-keeping-fists-air-holding-open-note-pad-her-head-with-closed-eyes-isolated-blue-background_141793-139803.jpg",
|
||||
alt: "Focused student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/irritated-young-student-girl-wearing-bandana-backpack-putting-glasses-her-blouse-keeping-fists-air-holding-open-note-pad-her-head-with-closed-eyes-isolated-blue-background_141793-139803.jpg", alt: "Focused student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arab-man-with-beard-standing-bricks-wall-background-with-happy-cool-smile-face-lucky-person_839833-31933.jpg",
|
||||
alt: "Smiling student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/arab-man-with-beard-standing-bricks-wall-background-with-happy-cool-smile-face-lucky-person_839833-31933.jpg", alt: "Smiling student"},
|
||||
]}
|
||||
avatarText="Join our community of successful students!"
|
||||
/>
|
||||
@@ -172,53 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "math",
|
||||
name: "Mathematics",
|
||||
price: "Enroll Now",
|
||||
variant: "5th - 12th Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444928.jpg",
|
||||
imageAlt: "Mathematics equations on a board",
|
||||
},
|
||||
id: "math", name: "Mathematics", price: "Enroll Now", variant: "5th - 12th Grade", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444928.jpg", imageAlt: "Mathematics equations on a board"},
|
||||
{
|
||||
id: "science",
|
||||
name: "Science",
|
||||
price: "Enroll Now",
|
||||
variant: "5th - 12th Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-more-about-chemistry-class_23-2149068343.jpg",
|
||||
imageAlt: "Science lab equipment",
|
||||
},
|
||||
id: "science", name: "Science", price: "Enroll Now", variant: "5th - 12th Grade", imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-more-about-chemistry-class_23-2149068343.jpg", imageAlt: "Science lab equipment"},
|
||||
{
|
||||
id: "ssc",
|
||||
name: "SSC Preparation",
|
||||
price: "Enroll Now",
|
||||
variant: "10th Grade Board Exams",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-t-shirt-pants-looking-notes-clipboard-looking-pensive-front-view_176474-89223.jpg",
|
||||
imageAlt: "SSC exam preparation books",
|
||||
},
|
||||
id: "ssc", name: "SSC Preparation", price: "Enroll Now", variant: "10th Grade Board Exams", imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-t-shirt-pants-looking-notes-clipboard-looking-pensive-front-view_176474-89223.jpg", imageAlt: "SSC exam preparation books"},
|
||||
{
|
||||
id: "hsc",
|
||||
name: "HSC Preparation",
|
||||
price: "Enroll Now",
|
||||
variant: "12th Grade Board Exams",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-serious-dark-skinned-student-wearing-yellow-t-shirt-making-notes-with-pencil-while-sitting-cafe-table-with-laptop-computer-textbooks-making-research_273609-7495.jpg",
|
||||
imageAlt: "HSC exam study materials",
|
||||
},
|
||||
id: "hsc", name: "HSC Preparation", price: "Enroll Now", variant: "12th Grade Board Exams", imageSrc: "http://img.b2bpic.net/free-photo/handsome-serious-dark-skinned-student-wearing-yellow-t-shirt-making-notes-with-pencil-while-sitting-cafe-table-with-laptop-computer-textbooks-making-research_273609-7495.jpg", imageAlt: "HSC exam study materials"},
|
||||
{
|
||||
id: "competitive",
|
||||
name: "Competitive Exams",
|
||||
price: "Enroll Now",
|
||||
variant: "JEE, NEET, MHT-CET",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171089.jpg",
|
||||
imageAlt: "Students studying for competitive exams",
|
||||
},
|
||||
id: "competitive", name: "Competitive Exams", price: "Enroll Now", variant: "JEE, NEET, MHT-CET", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171089.jpg", imageAlt: "Students studying for competitive exams"},
|
||||
{
|
||||
id: "tuition",
|
||||
name: "Personalized Tuition",
|
||||
price: "Enroll Now",
|
||||
variant: "5th - 10th Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-kids-painting_23-2149199887.jpg",
|
||||
imageAlt: "Teacher helping a young student",
|
||||
},
|
||||
id: "tuition", name: "Personalized Tuition", price: "Enroll Now", variant: "5th - 10th Grade", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-kids-painting_23-2149199887.jpg", imageAlt: "Teacher helping a young student"},
|
||||
]}
|
||||
title="Our Comprehensive Course Offerings"
|
||||
description="From foundational subjects to competitive exams, our expertly designed courses cover a wide spectrum to cater to every student's academic needs."
|
||||
@@ -232,49 +141,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "friendly-teachers",
|
||||
title: "Friendly & Expert Teachers",
|
||||
tags: [
|
||||
"Supportive",
|
||||
"Experienced",
|
||||
"Approachable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-notebook_23-2147655859.jpg",
|
||||
imageAlt: "Friendly teacher interacting with students",
|
||||
},
|
||||
id: "friendly-teachers", title: "Friendly & Expert Teachers", tags: [
|
||||
"Supportive", "Experienced", "Approachable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-notebook_23-2147655859.jpg", imageAlt: "Friendly teacher interacting with students"},
|
||||
{
|
||||
id: "discipline",
|
||||
title: "Structured Discipline",
|
||||
tags: [
|
||||
"Focus",
|
||||
"Environment",
|
||||
"Habits",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-choosing-books-near-reading-friend_23-2147864025.jpg",
|
||||
imageAlt: "Organized study desk with books",
|
||||
},
|
||||
id: "discipline", title: "Structured Discipline", tags: [
|
||||
"Focus", "Environment", "Habits"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-choosing-books-near-reading-friend_23-2147864025.jpg", imageAlt: "Organized study desk with books"},
|
||||
{
|
||||
id: "personal-attention",
|
||||
title: "Personalized Attention",
|
||||
tags: [
|
||||
"Individual",
|
||||
"Guidance",
|
||||
"Mentorship",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-adult-college-students-working-library-computer-class_74855-1671.jpg",
|
||||
imageAlt: "Teacher providing one-on-one help to a student",
|
||||
},
|
||||
id: "personal-attention", title: "Personalized Attention", tags: [
|
||||
"Individual", "Guidance", "Mentorship"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-adult-college-students-working-library-computer-class_74855-1671.jpg", imageAlt: "Teacher providing one-on-one help to a student"},
|
||||
{
|
||||
id: "proven-results",
|
||||
title: "Proven Track Record",
|
||||
tags: [
|
||||
"Success",
|
||||
"Excellence",
|
||||
"Achievements",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-university-degree_23-2147745770.jpg",
|
||||
imageAlt: "Happy student holding an award certificate",
|
||||
},
|
||||
id: "proven-results", title: "Proven Track Record", tags: [
|
||||
"Success", "Excellence", "Achievements"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-university-degree_23-2147745770.jpg", imageAlt: "Happy student holding an award certificate"},
|
||||
]}
|
||||
title="Why Classic Coaching Classes is Your Best Choice"
|
||||
description="Our unwavering commitment to student success is built upon pillars that foster both academic excellence and personal growth."
|
||||
@@ -288,49 +169,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Former HSC Student",
|
||||
testimonial: "The best coaching I've experienced! The teachers are incredibly supportive and their methods really work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-studying-with-laptop_23-2148203750.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
icon: Star,
|
||||
id: "1", name: "Priya Sharma", role: "Former HSC Student", testimonial: "The best coaching I've experienced! The teachers are incredibly supportive and their methods really work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-studying-with-laptop_23-2148203750.jpg", imageAlt: "Priya Sharma", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rohan Patel",
|
||||
role: "JEE Aspirant",
|
||||
testimonial: "Classic Coaching helped me achieve my dream scores. Highly recommend for competitive exams!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toned-portrait-exited-happy-woman-with-unusual-trendy-ombre-pink-hairs-posing-yellow-wall-surprised-emotions-cozy-sweater-vintage-sunglasses_291049-396.jpg",
|
||||
imageAlt: "Rohan Patel",
|
||||
icon: Star,
|
||||
id: "2", name: "Rohan Patel", role: "JEE Aspirant", testimonial: "Classic Coaching helped me achieve my dream scores. Highly recommend for competitive exams!", imageSrc: "http://img.b2bpic.net/free-photo/toned-portrait-exited-happy-woman-with-unusual-trendy-ombre-pink-hairs-posing-yellow-wall-surprised-emotions-cozy-sweater-vintage-sunglasses_291049-396.jpg", imageAlt: "Rohan Patel", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Singh",
|
||||
role: "Class 10 Student",
|
||||
testimonial: "Personal attention and a friendly environment make learning enjoyable. Truly a class apart!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
icon: Star,
|
||||
id: "3", name: "Anjali Singh", role: "Class 10 Student", testimonial: "Personal attention and a friendly environment make learning enjoyable. Truly a class apart!", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Anjali Singh", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Karan Mehta",
|
||||
role: "SSC Topper",
|
||||
testimonial: "Joining here was the best decision for my HSC prep. The results speak for themselves!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg",
|
||||
imageAlt: "Karan Mehta",
|
||||
icon: Star,
|
||||
id: "4", name: "Karan Mehta", role: "SSC Topper", testimonial: "Joining here was the best decision for my HSC prep. The results speak for themselves!", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg", imageAlt: "Karan Mehta", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepika Rao",
|
||||
role: "Parent of Class 8 Student",
|
||||
testimonial: "Excellent faculty and structured curriculum. They genuinely care about student success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-textbook-sitting-ground-near-friends_23-2147850760.jpg",
|
||||
imageAlt: "Deepika Rao",
|
||||
icon: Star,
|
||||
id: "5", name: "Deepika Rao", role: "Parent of Class 8 Student", testimonial: "Excellent faculty and structured curriculum. They genuinely care about student success.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-textbook-sitting-ground-near-friends_23-2147850760.jpg", imageAlt: "Deepika Rao", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Successful Students"
|
||||
@@ -347,53 +198,23 @@ export default function LandingPage() {
|
||||
description="Explore our vibrant classrooms, dedicated study areas, and the engaging atmosphere that defines Classic Coaching Classes."
|
||||
blogs={[
|
||||
{
|
||||
id: "g1",
|
||||
category: "Campus Life",
|
||||
title: "Modern Classrooms",
|
||||
excerpt: "Engaging spaces designed for interactive and effective learning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-guy-blue-shirt-trying-figure-out-with-difficult-test-stylish-female-student-sitting-floor-with-laptop-looking-friends-telling-them-something_197531-3822.jpg",
|
||||
imageAlt: "Modern classroom interior with students",
|
||||
id: "g1", category: "Campus Life", title: "Modern Classrooms", excerpt: "Engaging spaces designed for interactive and effective learning.", imageSrc: "http://img.b2bpic.net/free-photo/black-guy-blue-shirt-trying-figure-out-with-difficult-test-stylish-female-student-sitting-floor-with-laptop-looking-friends-telling-them-something_197531-3822.jpg", imageAlt: "Modern classroom interior with students", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
category: "Study Zone",
|
||||
title: "Dedicated Study Areas",
|
||||
excerpt: "Quiet zones perfect for focused individual study and concentration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg",
|
||||
imageAlt: "Students studying peacefully in a library",
|
||||
id: "g2", category: "Study Zone", title: "Dedicated Study Areas", excerpt: "Quiet zones perfect for focused individual study and concentration.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg", imageAlt: "Students studying peacefully in a library", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 16, 2024"
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
category: "Innovation",
|
||||
title: "Interactive Learning",
|
||||
excerpt: "Utilizing smart boards and technology for dynamic teaching sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleague-looking-woman-drawing-graph-flipchart_23-2147847548.jpg",
|
||||
imageAlt: "Teacher using an interactive whiteboard",
|
||||
id: "g3", category: "Innovation", title: "Interactive Learning", excerpt: "Utilizing smart boards and technology for dynamic teaching sessions.", imageSrc: "http://img.b2bpic.net/free-photo/colleague-looking-woman-drawing-graph-flipchart_23-2147847548.jpg", imageAlt: "Teacher using an interactive whiteboard", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 17, 2024"
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
category: "Community",
|
||||
title: "Collaborative Spirit",
|
||||
excerpt: "Students engage in group discussions, fostering a strong sense of community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-happy-mixed-race-students-communicate-e-learning-process_273609-44359.jpg",
|
||||
imageAlt: "Group of students collaborating happily",
|
||||
id: "g4", category: "Community", title: "Collaborative Spirit", excerpt: "Students engage in group discussions, fostering a strong sense of community.", imageSrc: "http://img.b2bpic.net/free-photo/image-happy-mixed-race-students-communicate-e-learning-process_273609-44359.jpg", imageAlt: "Group of students collaborating happily", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 18, 2024"
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
category: "Focus",
|
||||
title: "Attentive Students",
|
||||
excerpt: "Our students are keen learners, always striving for deeper understanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511048.jpg",
|
||||
imageAlt: "Student attentively taking notes in class",
|
||||
id: "g5", category: "Focus", title: "Attentive Students", excerpt: "Our students are keen learners, always striving for deeper understanding.", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511048.jpg", imageAlt: "Student attentively taking notes in class", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 19, 2024"
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
category: "Our Home",
|
||||
title: "Welcoming Entrance",
|
||||
excerpt: "Our inviting exterior reflects the warmth and professionalism within.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-facade-blue-sky_53876-75125.jpg",
|
||||
imageAlt: "Exterior view of the coaching center building",
|
||||
},
|
||||
id: "g6", category: "Our Home", title: "Welcoming Entrance", excerpt: "Our inviting exterior reflects the warmth and professionalism within.", imageSrc: "http://img.b2bpic.net/free-photo/white-facade-blue-sky_53876-75125.jpg", imageAlt: "Exterior view of the coaching center building", authorName: "Classic Coaching", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", date: "August 20, 2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -405,50 +226,26 @@ export default function LandingPage() {
|
||||
description="Fill out the form below for admissions inquiries, or use the details to connect with us directly. Admissions: Mon–Fri: 2 PM – 9 PM. Address: 1st Floor, Rolex Heights, Subhash Rd, Subhash Nagar, Jogeshwari East, Mumbai – 400060"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "grade",
|
||||
type: "text",
|
||||
placeholder: "Current Grade/Class",
|
||||
required: false,
|
||||
name: "grade", type: "text", placeholder: "Current Grade/Class", required: false,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject of Interest",
|
||||
required: false,
|
||||
name: "subject", type: "text", placeholder: "Subject of Interest", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us more about your needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us more about your needs...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-young-men-hostel_23-2150446766.jpg"
|
||||
imageAlt="Map showing Classic Coaching Classes location in Mumbai"
|
||||
mediaAnimation="opacity"
|
||||
buttonText="Submit Inquiry"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/?q=Classic+Coaching+Classes+Rolex+Heights+Subhash+Rd+Subhash+Nagar+Jogeshwari+East+Mumbai+Maharashtra",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -457,58 +254,35 @@ export default function LandingPage() {
|
||||
logoText="Classic Coaching Classes"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Courses", href: "#courses"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Location",
|
||||
items: [
|
||||
title: "Our Location", items: [
|
||||
{
|
||||
label: "1st Floor, Rolex Heights, Subhash Rd, Subhash Nagar, Jogeshwari East, Mumbai – 400060",
|
||||
href: "https://maps.app.goo.gl/?q=Classic+Coaching+Classes+Rolex+Heights+Subhash+Rd+Subhash+Nagar+Jogeshwari+East+Mumbai+Maharashtra",
|
||||
},
|
||||
label: "1st Floor, Rolex Heights, Subhash Rd, Subhash Nagar, Jogeshwari East, Mumbai – 400060", href: "https://maps.app.goo.gl/?q=Classic+Coaching+Classes+Rolex+Heights+Subhash+Rd+Subhash+Nagar+Jogeshwari+East+Mumbai+Maharashtra"},
|
||||
{
|
||||
label: "Mon–Fri: 2 PM – 9 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon–Fri: 2 PM – 9 PM", href: "#"},
|
||||
{
|
||||
label: "Call Us: +91 98765 43210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Call Us: +91 98765 43210", href: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://g.page/classic-coaching-classes-jogeshwari/review",
|
||||
},
|
||||
label: "Google Reviews", href: "https://g.page/classic-coaching-classes-jogeshwari/review"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user