Merge version_1 into main #4
@@ -53,7 +53,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now", href: "tel:07927640951"}}
|
||||
text: "📞 Call Now", href: "tel:07927640951"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,7 +63,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Trusted English Medium School in Nava Vadaj, Ahmedabad"
|
||||
description="Quality education, caring teachers, and a safe environment for your child's bright future. Established with excellence in academic standards and holistic development."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "Expert", label: "Experienced Teachers" },
|
||||
{ value: "Safe", label: "Secure Campus" },
|
||||
@@ -205,28 +206,34 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Priya Patel", handle: "@priya_patel", testimonial:
|
||||
"Angel School has transformed my son's confidence. The teachers are genuinely caring and my child looks forward to school every day. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial:
|
||||
"Excellent teaching methods and wonderful infrastructure. Our daughter has shown remarkable improvement in English and academics. Great value for money!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Rajesh Kumar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Meera Sharma", handle: "@meera_s", testimonial:
|
||||
"The safe environment and discipline-focused approach give us peace of mind. Teachers maintain excellent communication with parents about student progress.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Meera Sharma"},
|
||||
"http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Meera Sharma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikas Desai", handle: "@vikas_d", testimonial:
|
||||
"Our child has developed strong foundational skills in English and academics. The extra-curricular activities are also very engaging and well-organized.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vikas Desai"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vikas Desai"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Anjali Verma", handle: "@anjali_v", testimonial:
|
||||
"I appreciate the holistic approach to education. My child is not just learning academics but also developing character and confidence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Anjali Verma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Anjali Verma"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Amit Singh", handle: "@amit_singh", testimonial:
|
||||
"Fantastic support from the admin team. Very responsive to queries and concerns. The school values parent involvement and maintains transparency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amit Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amit Singh"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -245,22 +252,28 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Step 1: Submit Inquiry", content:
|
||||
"Fill out the admission inquiry form on our website or call us at 079 2764 0951. Provide your contact details and information about your child."},
|
||||
"Fill out the admission inquiry form on our website or call us at 079 2764 0951. Provide your contact details and information about your child."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Step 2: School Contact", content:
|
||||
"Our admission team will contact you within 24 hours to answer questions and schedule a campus visit at your convenience."},
|
||||
"Our admission team will contact you within 24 hours to answer questions and schedule a campus visit at your convenience."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Step 3: Campus Visit", content:
|
||||
"Visit our campus to meet teachers, see classrooms, and understand our teaching methodology. This helps you make an informed decision."},
|
||||
"Visit our campus to meet teachers, see classrooms, and understand our teaching methodology. This helps you make an informed decision."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Step 4: Assessment & Interview", content:
|
||||
"Depending on age and class, there may be a simple assessment or interaction with the child to understand their current level."},
|
||||
"Depending on age and class, there may be a simple assessment or interaction with the child to understand their current level."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Step 5: Admission Confirmation", content:
|
||||
"After assessment and your approval, we'll provide admission forms and fee structure. Complete documentation and pay fees to confirm admission."},
|
||||
"After assessment and your approval, we'll provide admission forms and fee structure. Complete documentation and pay fees to confirm admission."
|
||||
},
|
||||
{
|
||||
id: "6", title: "When Do I Hear Back?", content:
|
||||
"You'll hear from us within 24 hours of submitting your inquiry. Campus visits can be scheduled within 2-3 days based on availability."},
|
||||
"You'll hear from us within 24 hours of submitting your inquiry. Campus visits can be scheduled within 2-3 days based on availability."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -276,7 +289,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Child's Educational Journey"
|
||||
description="Contact Angel School today to schedule a campus visit or submit an admission inquiry. Our team is ready to help you make the best choice for your child's future."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Admission Info"
|
||||
@@ -304,7 +317,8 @@ export default function LandingPage() {
|
||||
{ label: "📞 079 2764 0951", href: "tel:07927640951" },
|
||||
{ label: "📧 info@angelschool.com", href: "mailto:info@angelschool.com" },
|
||||
{
|
||||
label: "📍 Nava Vadaj, Ahmedabad", href: "https://maps.google.com/?q=3H77+F2X+S.B.+Trust+Vadi+Nava+Vadaj"},
|
||||
label: "📍 Nava Vadaj, Ahmedabad", href: "https://maps.google.com/?q=3H77+F2X+S.B.+Trust+Vadi+Nava+Vadaj"
|
||||
},
|
||||
{ label: "🕐 Mon-Sat: 8 AM - 2 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user