diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aa8c59..9f6757f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function Page() { title="Frequently Asked Questions" description="Find answers to common queries about admissions, curriculum, facilities, and more." faqs={[ - { id: "faq-1", title: "What is the admission process?", content: "Our admission process typically involves an online application, an entrance exam for certain grades, and an high-stakes interview with the school administration. Please visit our 'Admissions' page for detailed information." }, + { id: "faq-1", title: "What is the admission process?", content: "Our admission process typically involves an online application, an entrance exam for certain grades, and a friendly conversation with the school administration. Please visit our 'Admissions' page for detailed information." }, { id: "faq-2", title: "What curriculum does Sarva Shiksha School follow?", content: "We follow the CBSE curriculum, integrated with modern teaching methodologies to provide a holistic and engaging learning experience for all students." }, { id: "faq-3", title: "What facilities are available?", content: "Our school boasts state-of-the-art facilities including smart classrooms, a well-equipped library, science and computer labs, sports grounds, and a dedicated art and music studio." } ]}