8 Commits

Author SHA1 Message Date
9e31615f88 Merge version_3 into main
Merge version_3 into main
2026-03-07 09:39:07 +00:00
8f2c7b2cd8 Update src/app/page.tsx 2026-03-07 09:39:03 +00:00
65c3554f03 Merge version_3 into main
Merge version_3 into main
2026-03-07 09:37:30 +00:00
3d59066686 Update src/app/page.tsx 2026-03-07 09:37:26 +00:00
c7061339b6 Update src/app/layout.tsx 2026-03-07 09:37:26 +00:00
03f509a441 Merge version_2 into main
Merge version_2 into main
2026-03-07 09:31:33 +00:00
d6bd3475a6 Update src/app/page.tsx 2026-03-07 09:31:28 +00:00
b7019240c1 Merge version_1 into main
Merge version_1 into main
2026-03-07 07:24:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -221,7 +221,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "What is the admission process at Manchester?", content: "Our admission process includes an application submission, interaction with your child, parent meeting with our admission team, and campus visit. We focus on understanding your family's values and ensuring Manchester is the right fit. Submit your inquiry through our online form and our team will contact you within 24 hours." },
{ id: "1", title: "What is the admission process at Manchester?", content: "Complete a simple application, meet our team, and visit our campus—our admission team guides you through every step." },
{ id: "2", title: "What documents are required for admission?", content: "Required documents include: Birth Certificate, Previous School's Mark Sheets (if applicable), Health Records/Vaccination Certificate, Parent ID Proof, Address Proof, and Passport Size Photographs. Additional documents may be requested based on the grade level. Our admission office will provide a complete checklist." },
{ id: "3", title: "Do you offer scholarships?", content: "Yes, we offer merit-based scholarships and financial assistance for deserving students. Scholarships are awarded based on academic excellence, talent in sports/arts, and demonstrated need. Students can apply for scholarships during the admission process or contact our admission office for details." },
{ id: "4", title: "What are the campus visit timings?", content: "Campus visits are scheduled by appointment to provide a personalized tour. Regular working hours are 8:00 AM - 5:00 PM, Monday through Friday. We recommend booking a visit in advance through our website or by calling +91 92446 44446 to ensure availability and a comprehensive tour." },
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}