Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admission",
|
||||
items: [
|
||||
title: "Admission", items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Inquiry Form", href: "/contact" },
|
||||
{ label: "Requirements", href: "/admissions" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Kaviraj Nagar, Khammam", href: "#" },
|
||||
{ label: "Open till 7:00 PM", href: "#" },
|
||||
@@ -77,11 +74,12 @@ export default function AboutPage() {
|
||||
{ value: "500+", title: "Active Students" },
|
||||
{ value: "50+", title: "Qualified Faculty Members" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-with-abacus-globe-checking-class-register-holding-pointer-smiling-confident_141793-132940.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-with-abacus-globe-checking-class-register-holding-pointer-smiling-confident_141793-132940.jpg"
|
||||
imageAlt="School leadership and vision"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,24 +92,13 @@ export default function AboutPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Classrooms",
|
||||
description: "Interactive digital learning with modern audiovisual technology",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Smart Classrooms", description: "Interactive digital learning with modern audiovisual technology", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Research Library",
|
||||
description: "Comprehensive collection with digital database access",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Research Library", description: "Comprehensive collection with digital database access", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Tech Lab",
|
||||
description: "Equipped for coding, robotics, and digital innovation",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Lock,
|
||||
title: "Tech Lab", description: "Equipped for coding, robotics, and digital innovation", bentoComponent: "phone", statusIcon: Lock,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "Lab Status",
|
||||
alertMessage: "Ready for coding session",
|
||||
apps: [
|
||||
alertTitle: "Lab Status", alertMessage: "Ready for coding session", apps: [
|
||||
{ name: "Python", icon: Code },
|
||||
{ name: "Design", icon: Palette },
|
||||
{ name: "Math", icon: Calculator },
|
||||
@@ -141,11 +128,12 @@ export default function AboutPage() {
|
||||
{ value: "100+", title: "Annual Achievements" },
|
||||
{ value: "4.1★", title: "Parent Satisfaction" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg"
|
||||
imageAlt="Interactive learning environment"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
@@ -29,8 +28,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admission",
|
||||
items: [
|
||||
title: "Admission", items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Inquiry Form", href: "/contact" },
|
||||
{ label: "Requirements", href: "/admissions" },
|
||||
@@ -38,8 +36,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Kaviraj Nagar, Khammam", href: "#" },
|
||||
{ label: "Open till 7:00 PM", href: "#" },
|
||||
@@ -77,11 +74,12 @@ export default function AdmissionsPage() {
|
||||
{ value: "500+", title: "Current Students" },
|
||||
{ value: "50+", title: "New Enrollments Yearly" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg"
|
||||
imageAlt="Admission process illustration"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,23 +92,14 @@ export default function AdmissionsPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Application Submission",
|
||||
description: "Complete the registration form with required documents",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Step 1",
|
||||
subheading: "Submit your application",
|
||||
items: [
|
||||
title: "Application Submission", description: "Complete the registration form with required documents", bentoComponent: "timeline", heading: "Step 1", subheading: "Submit your application", items: [
|
||||
{ label: "Form Fill-up", detail: "Complete admission form" },
|
||||
{ label: "Documents", detail: "Submit required certificates" },
|
||||
{ label: "Verification", detail: "Initial document check" },
|
||||
],
|
||||
completedLabel: "Application Submitted",
|
||||
},
|
||||
completedLabel: "Application Submitted"},
|
||||
{
|
||||
title: "Assessment & Interview",
|
||||
description: "Aptitude test and personal interview with parents",
|
||||
bentoComponent: "3d-card-grid",
|
||||
items: [
|
||||
title: "Assessment & Interview", description: "Aptitude test and personal interview with parents", bentoComponent: "3d-card-grid", items: [
|
||||
{ name: "Assessment", icon: Target },
|
||||
{ name: "Interview", icon: Users },
|
||||
{ name: "Evaluation", icon: CheckCircle },
|
||||
@@ -119,18 +108,11 @@ export default function AdmissionsPage() {
|
||||
centerIcon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Admission Decision",
|
||||
description: "Merit-based selection with transparent communication",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "Admission Decision", description: "Merit-based selection with transparent communication", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Enrollment & Onboarding",
|
||||
description: "Fee payment, uniform collection, orientation program",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Users,
|
||||
variant: "text",
|
||||
texts: ["Fee Deposit", "Uniform Collection", "Orientation", "Class Assignment"],
|
||||
title: "Enrollment & Onboarding", description: "Fee payment, uniform collection, orientation program", bentoComponent: "marquee", centerIcon: Users,
|
||||
variant: "text", texts: ["Fee Deposit", "Uniform Collection", "Orientation", "Class Assignment"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -151,11 +133,12 @@ export default function AdmissionsPage() {
|
||||
{ value: "All Ages", title: "Classes LKG to X" },
|
||||
{ value: "Merit Based", title: "Selection Process" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31774.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31774.jpg"
|
||||
imageAlt="Student requirements illustration"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admission",
|
||||
items: [
|
||||
title: "Admission", items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Inquiry Form", href: "/contact" },
|
||||
{ label: "Requirements", href: "/admissions" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Kaviraj Nagar, Khammam", href: "#" },
|
||||
{ label: "Open till 7:00 PM", href: "#" },
|
||||
@@ -82,13 +79,11 @@ export default function ContactPage() {
|
||||
{ name: "subject", type: "text", placeholder: "Subject", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help you...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help you...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-work_53876-14791.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-work_53876-14791.jpg"
|
||||
imageAlt="Contact us section"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -113,6 +108,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function FacilitiesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
@@ -29,8 +28,7 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admission",
|
||||
items: [
|
||||
title: "Admission", items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Inquiry Form", href: "/contact" },
|
||||
{ label: "Requirements", href: "/admissions" },
|
||||
@@ -38,8 +36,7 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Kaviraj Nagar, Khammam", href: "#" },
|
||||
{ label: "Open till 7:00 PM", href: "#" },
|
||||
@@ -75,24 +72,13 @@ export default function FacilitiesPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Classrooms",
|
||||
description: "Interactive digital learning environment with multimedia projections",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Smart Classrooms", description: "Interactive digital learning environment with multimedia projections", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Central Library",
|
||||
description: "Extensive collection of books, journals, and digital resources",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Central Library", description: "Extensive collection of books, journals, and digital resources", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Computer Laboratory",
|
||||
description: "Modern computer lab with high-speed internet and latest software",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Lock,
|
||||
title: "Computer Laboratory", description: "Modern computer lab with high-speed internet and latest software", bentoComponent: "phone", statusIcon: Lock,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "Lab Access",
|
||||
alertMessage: "System ready for programming class",
|
||||
apps: [
|
||||
alertTitle: "Lab Access", alertMessage: "System ready for programming class", apps: [
|
||||
{ name: "Python", icon: Code },
|
||||
{ name: "Design", icon: Palette },
|
||||
{ name: "Math", icon: Calculator },
|
||||
@@ -104,15 +90,9 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sports Facilities",
|
||||
description: "Outdoor playground with sports equipment and recreational areas",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Sports Facilities", description: "Outdoor playground with sports equipment and recreational areas", bentoComponent: "map"},
|
||||
{
|
||||
title: "Special Rooms",
|
||||
description: "Art studio, music room, science lab, and activity spaces",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Special Rooms", description: "Art studio, music room, science lab, and activity spaces", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Palette, title: "Art Studio", subtitle: "Creative Space", detail: "For visual arts and crafts" },
|
||||
{ icon: Lightbulb, title: "Science Lab", subtitle: "Research", detail: "Well-equipped laboratory" },
|
||||
{ icon: BookOpen, title: "Study Area", subtitle: "Quiet Zone", detail: "Dedicated study spaces" },
|
||||
@@ -142,6 +122,7 @@ export default function FacilitiesPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
103
src/app/page.tsx
103
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admission",
|
||||
items: [
|
||||
title: "Admission", items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Inquiry Form", href: "/contact" },
|
||||
{ label: "Requirements", href: "/admissions" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Kaviraj Nagar, Khammam", href: "#" },
|
||||
{ label: "Open till 7:00 PM", href: "#" },
|
||||
@@ -81,13 +78,9 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg",
|
||||
imageAlt: "School campus overview",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", imageAlt: "School campus overview"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tutor-mentoring-schoolgirls-school-library-setting_482257-127879.jpg",
|
||||
imageAlt: "Students learning in classroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tutor-mentoring-schoolgirls-school-library-setting_482257-127879.jpg", imageAlt: "Students learning in classroom"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -105,11 +98,12 @@ export default function HomePage() {
|
||||
{ value: "4.1★", title: "Parent Satisfaction Rating" },
|
||||
{ value: "73+", title: "Verified Reviews" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-with-abacus-globe-checking-class-register-holding-pointer-smiling-confident_141793-132940.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-with-abacus-globe-checking-class-register-holding-pointer-smiling-confident_141793-132940.jpg"
|
||||
imageAlt="Principal and school leadership"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,24 +116,13 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Classrooms",
|
||||
description: "Interactive digital learning environment with multimedia capabilities",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Smart Classrooms", description: "Interactive digital learning environment with multimedia capabilities", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Central Library",
|
||||
description: "Extensive collection of books, journals, and digital resources",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Central Library", description: "Extensive collection of books, journals, and digital resources", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Computer Laboratory",
|
||||
description: "Modern computer lab with high-speed internet and latest software",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Lock,
|
||||
title: "Computer Laboratory", description: "Modern computer lab with high-speed internet and latest software", bentoComponent: "phone", statusIcon: Lock,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "Lab Access",
|
||||
alertMessage: "System ready for programming class",
|
||||
apps: [
|
||||
alertTitle: "Lab Access", alertMessage: "System ready for programming class", apps: [
|
||||
{ name: "Python", icon: Code },
|
||||
{ name: "Design", icon: Palette },
|
||||
{ name: "Math", icon: Calculator },
|
||||
@@ -151,15 +134,9 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sports Playground",
|
||||
description: "Well-maintained outdoor facilities for physical education and sports",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Sports Playground", description: "Well-maintained outdoor facilities for physical education and sports", bentoComponent: "map"},
|
||||
{
|
||||
title: "Curriculum Excellence",
|
||||
description: "Balanced curriculum covering academics, arts, sports, and life skills",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Curriculum Excellence", description: "Balanced curriculum covering academics, arts, sports, and life skills", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: BookMarked, label: "Academics", value: "Excellence" },
|
||||
{ icon: Music, label: "Arts", value: "Creative" },
|
||||
{ icon: Trophy, label: "Sports", value: "Active" },
|
||||
@@ -195,53 +172,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "Parent, Class V",
|
||||
testimonial: "New Era has transformed my child's confidence and academic performance. The teachers are incredibly supportive and the facilities are excellent. Truly impressed with the holistic development approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-multiethnic-dark-skinned-woman-youngster-give-high-five-each-other-sit-workplace-achieve-good-results-while-study-together-write-records-notepad-demonstrate-their-agreement_273609-29243.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "Parent, Class V", testimonial: "New Era has transformed my child's confidence and academic performance. The teachers are incredibly supportive and the facilities are excellent. Truly impressed with the holistic development approach.", imageSrc: "http://img.b2bpic.net/free-photo/glad-multiethnic-dark-skinned-woman-youngster-give-high-five-each-other-sit-workplace-achieve-good-results-while-study-together-write-records-notepad-demonstrate-their-agreement_273609-29243.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Parent, Class IX",
|
||||
testimonial: "Outstanding school! The curriculum is comprehensive and the teaching methodology keeps my son engaged. We appreciate the emphasis on both academics and extracurricular activities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31774.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", handle: "Parent, Class IX", testimonial: "Outstanding school! The curriculum is comprehensive and the teaching methodology keeps my son engaged. We appreciate the emphasis on both academics and extracurricular activities.", imageSrc: "http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31774.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Reddy",
|
||||
handle: "Parent, Class III",
|
||||
testimonial: "The infrastructure and faculty quality are top-notch. My daughter loves going to school, which speaks volumes about the nurturing environment created here. Highly recommend New Era!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-accompanies-students-school-children-with-school-bags-go-school_169016-13835.jpg",
|
||||
imageAlt: "Anjali Reddy",
|
||||
},
|
||||
id: "3", name: "Anjali Reddy", handle: "Parent, Class III", testimonial: "The infrastructure and faculty quality are top-notch. My daughter loves going to school, which speaks volumes about the nurturing environment created here. Highly recommend New Era!", imageSrc: "http://img.b2bpic.net/free-photo/mother-accompanies-students-school-children-with-school-bags-go-school_169016-13835.jpg", imageAlt: "Anjali Reddy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Patel",
|
||||
handle: "Parent, Class VII",
|
||||
testimonial: "Best decision to enroll our son here. The smart classrooms and modern facilities make learning effective and enjoyable. The 4.1-star rating is well deserved!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-boy-studying_23-2148618681.jpg",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "4", name: "Vikram Patel", handle: "Parent, Class VII", testimonial: "Best decision to enroll our son here. The smart classrooms and modern facilities make learning effective and enjoyable. The 4.1-star rating is well deserved!", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-boy-studying_23-2148618681.jpg", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Menon",
|
||||
handle: "Parent, Class IV",
|
||||
testimonial: "Exceptional school with caring teachers and excellent support system. My daughter's progress is remarkable. The open communication with parents is commendable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
|
||||
imageAlt: "Deepa Menon",
|
||||
},
|
||||
id: "5", name: "Deepa Menon", handle: "Parent, Class IV", testimonial: "Exceptional school with caring teachers and excellent support system. My daughter's progress is remarkable. The open communication with parents is commendable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Deepa Menon"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arjun Singh",
|
||||
handle: "Parent, Class VI",
|
||||
testimonial: "New Era combines academic rigor with emotional development beautifully. The sports and arts programs are equally impressive. Proud parents of a New Era student!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-rejoicing-making-fist-pump-saying-yes-achieve-goal-standing-white-ba_1258-113648.jpg",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
id: "6", name: "Arjun Singh", handle: "Parent, Class VI", testimonial: "New Era combines academic rigor with emotional development beautifully. The sports and arts programs are equally impressive. Proud parents of a New Era student!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-rejoicing-making-fist-pump-saying-yes-achieve-goal-standing-white-ba_1258-113648.jpg", imageAlt: "Arjun Singh"},
|
||||
]}
|
||||
title="What Parents Say"
|
||||
description="Testimonials from satisfied families who trust New Era Public School"
|
||||
@@ -265,13 +206,11 @@ export default function HomePage() {
|
||||
{ name: "childClass", type: "text", placeholder: "Child's Class/Grade", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-work_53876-14791.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-work_53876-14791.jpg"
|
||||
imageAlt="Contact us section"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user