Update src/app/admissions/page.tsx
This commit is contained in:
@@ -23,16 +23,16 @@ const AdmissionsPage = () => {
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="background-highlight"
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-radial"
|
||||
background="floatingGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -54,9 +54,7 @@ const AdmissionsPage = () => {
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your child and any specific questions...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your child and any specific questions...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -75,13 +73,8 @@ const AdmissionsPage = () => {
|
||||
description="Our transparent, child-friendly admission process ensures we find the right fit for every family while making your child comfortable in our environment."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Step 1: School Visit",
|
||||
description: "Schedule a visit to our campus to meet our team, see our facilities, and understand our approach to early childhood education. Experience the warm, nurturing environment firsthand.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-men-woman-with-documents_23-2147657210.jpg?_wi=2",
|
||||
imageAlt: "School campus visit",
|
||||
},
|
||||
id: "1", title: "Step 1: School Visit", description: "Schedule a visit to our campus to meet our team, see our facilities, and understand our approach to early childhood education. Experience the warm, nurturing environment firsthand.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-men-woman-with-documents_23-2147657210.jpg?_wi=2", imageAlt: "School campus visit"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Facility tour" },
|
||||
{ icon: CheckCircle, text: "Meet educators" },
|
||||
@@ -90,13 +83,8 @@ const AdmissionsPage = () => {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Step 2: Child Observation",
|
||||
description: "We conduct a brief, play-based observation to understand your child's personality, interests, and social comfort. This helps us ensure a smooth transition into our program.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-classroom-with-bright-colors-toys-generated-by-ai_188544-26102.jpg?_wi=4",
|
||||
imageAlt: "Child observation",
|
||||
},
|
||||
id: "2", title: "Step 2: Child Observation", description: "We conduct a brief, play-based observation to understand your child's personality, interests, and social comfort. This helps us ensure a smooth transition into our program.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-classroom-with-bright-colors-toys-generated-by-ai_188544-26102.jpg?_wi=4", imageAlt: "Child observation"},
|
||||
items: [
|
||||
{ icon: Heart, text: "Play-based assessment" },
|
||||
{ icon: Heart, text: "Low-pressure environment" },
|
||||
@@ -105,13 +93,8 @@ const AdmissionsPage = () => {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Step 3: Documentation & Enrollment",
|
||||
description: "Upon confirmation, we request necessary documents: birth certificate, vaccination records, and recent photographs. Our team will guide you through the enrollment process.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-small-children-using-watercolor-stamps-paint-eggs_482257-122028.jpg?_wi=2",
|
||||
imageAlt: "Enrollment process",
|
||||
},
|
||||
id: "3", title: "Step 3: Documentation & Enrollment", description: "Upon confirmation, we request necessary documents: birth certificate, vaccination records, and recent photographs. Our team will guide you through the enrollment process.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-small-children-using-watercolor-stamps-paint-eggs_482257-122028.jpg?_wi=2", imageAlt: "Enrollment process"},
|
||||
items: [
|
||||
{ icon: Shield, text: "Required documents" },
|
||||
{ icon: Shield, text: "Clear communication" },
|
||||
@@ -138,35 +121,17 @@ const AdmissionsPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the admission process at Nest & Nurture?",
|
||||
content: "Our admission process is simple and transparent. Parents can visit our campus, meet our team, and understand our curriculum. We then conduct a brief observation of the child to ensure a smooth transition. Documents required include birth certificate, vaccination records, and recent photographs. Admission confirmation happens after the interaction.",
|
||||
},
|
||||
id: "1", title: "What is the admission process at Nest & Nurture?", content: "Our admission process is simple and transparent. Parents can visit our campus, meet our team, and understand our curriculum. We then conduct a brief observation of the child to ensure a smooth transition. Documents required include birth certificate, vaccination records, and recent photographs. Admission confirmation happens after the interaction."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What documents are required for admission?",
|
||||
content: "Required documents include: Birth Certificate (copy), Immunization/Vaccination records, Recent passport-sized photographs (4-6), and Proof of residence. Additional documents like PAN/Aadhaar may be needed for fee payment setup.",
|
||||
},
|
||||
id: "2", title: "What documents are required for admission?", content: "Required documents include: Birth Certificate (copy), Immunization/Vaccination records, Recent passport-sized photographs (4-6), and Proof of residence. Additional documents like PAN/Aadhaar may be needed for fee payment setup."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there an age restriction for admission?",
|
||||
content: "Yes, children should be at least 1.5 years old for Playgroup admission. We accept children up to 5.5 years for our Upper Kindergarten program. Each program has age-specific requirements to ensure age-appropriate learning and development.",
|
||||
},
|
||||
id: "3", title: "Is there an age restriction for admission?", content: "Yes, children should be at least 1.5 years old for Playgroup admission. We accept children up to 5.5 years for our Upper Kindergarten program. Each program has age-specific requirements to ensure age-appropriate learning and development."},
|
||||
{
|
||||
id: "4",
|
||||
title: "When does the school year begin?",
|
||||
content: "Our academic year typically begins in June. However, admissions are open year-round based on class availability. New students can join at the beginning of each term (June, September, or January).",
|
||||
},
|
||||
id: "4", title: "When does the school year begin?", content: "Our academic year typically begins in June. However, admissions are open year-round based on class availability. New students can join at the beginning of each term (June, September, or January)."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I visit the school before admission?",
|
||||
content: "Absolutely! We encourage parents to visit our campus. You can schedule a tour by calling us at 044-XXXX-XXXX or emailing admissions@nestandn.com. We're available Monday to Friday, 9:00 AM to 4:00 PM, and by appointment on Saturdays.",
|
||||
},
|
||||
id: "5", title: "Can I visit the school before admission?", content: "Absolutely! We encourage parents to visit our campus. You can schedule a tour by calling us at 044-XXXX-XXXX or emailing admissions@nestandn.com. We're available Monday to Friday, 9:00 AM to 4:00 PM, and by appointment on Saturdays."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What is the fee structure?",
|
||||
content: "Our fees are structured based on the program level and include tuition, materials, meals, and snacks. Detailed fee information will be provided during your school visit. We also offer transparent policies on fee adjustments and refunds.",
|
||||
},
|
||||
id: "6", title: "What is the fee structure?", content: "Our fees are structured based on the program level and include tuition, materials, meals, and snacks. Detailed fee information will be provided during your school visit. We also offer transparent policies on fee adjustments and refunds."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -179,8 +144,7 @@ const AdmissionsPage = () => {
|
||||
logoText="Nest & Nurture"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Programs", href: "/programs" },
|
||||
@@ -188,24 +152,21 @@ const AdmissionsPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 044-XXXX-XXXX", href: "tel:+914428675432" },
|
||||
{ label: "Email: admissions@nestandn.com", href: "mailto:admissions@nestandn.com" },
|
||||
{ label: "WhatsApp: +91-XXXX-XXXX-XX", href: "https://wa.me/91xxxxxxxxxxxx" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{ label: "No. 3, Plot No. C-319, Chandrasekaran Rd", href: "#" },
|
||||
{ label: "Behind Hotel Anjappar, Periyar Nagar West", href: "#" },
|
||||
{ label: "Perambur, Chennai 600082", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Monday – Friday: 9:00 AM – 4:00 PM", href: "#" },
|
||||
{ label: "Saturday: By Appointment", href: "#" },
|
||||
{ label: "Sunday: Closed", href: "#" },
|
||||
@@ -219,4 +180,4 @@ const AdmissionsPage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default AdmissionsPage;
|
||||
export default AdmissionsPage;
|
||||
|
||||
Reference in New Issue
Block a user