Merge version_1 into main #5
@@ -22,8 +22,7 @@ import {
|
||||
export default function AboutPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Facilities", href: "/" },
|
||||
@@ -31,8 +30,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +91-XXXXXXXXXX", href: "tel:+91-XXXXXXXXXX" },
|
||||
{ label: "Email: info@shkanthalloor.edu.in", href: "mailto:info@shkanthalloor.edu.in" },
|
||||
{ label: "Location: Kanthalloor, Munnar", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About School",
|
||||
items: [
|
||||
title: "About School", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Admission Policy", href: "/" },
|
||||
@@ -91,24 +88,16 @@ export default function AboutPage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Founded in 1969",
|
||||
description: "Established to provide quality Tamil medium education to students in rural Kanthalloor community",
|
||||
icon: History,
|
||||
title: "Founded in 1969", description: "Established to provide quality Tamil medium education to students in rural Kanthalloor community", icon: History,
|
||||
},
|
||||
{
|
||||
title: "Private Aided Institution",
|
||||
description: "Government-recognized school following State Board curriculum and quality standards",
|
||||
icon: Building2,
|
||||
title: "Private Aided Institution", description: "Government-recognized school following State Board curriculum and quality standards", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Tamil Language Preservation",
|
||||
description: "Committed to preserving Tamil language and cultural heritage while maintaining academic rigor",
|
||||
icon: BookOpen,
|
||||
title: "Tamil Language Preservation", description: "Committed to preserving Tamil language and cultural heritage while maintaining academic rigor", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Community Trust",
|
||||
description: "Built through five decades of consistent, quality education and transparent governance",
|
||||
icon: Shield,
|
||||
title: "Community Trust", description: "Built through five decades of consistent, quality education and transparent governance", icon: Shield,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Academics", href: "/" }]}
|
||||
@@ -129,81 +118,29 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Academic Excellence",
|
||||
description: "Rigorous curriculum delivery with emphasis on conceptual understanding and practical application of knowledge",
|
||||
},
|
||||
title: "Academic Excellence", description: "Rigorous curriculum delivery with emphasis on conceptual understanding and practical application of knowledge"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Student-Centric Approach",
|
||||
description: "Personalized attention and support for each student's unique learning needs and developmental pace",
|
||||
},
|
||||
title: "Student-Centric Approach", description: "Individual attention to each student's learning needs, strengths, and developmental pace"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Character Building", description: "Focus on developing integrity, discipline, responsibility, and ethical values in students"},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Inclusive Community",
|
||||
description: "Co-educational environment fostering respect, cooperation, and cultural diversity among all students",
|
||||
},
|
||||
title: "Inclusive Community", description: "Equal opportunities for all students regardless of background, fostering unity and mutual respect"},
|
||||
{
|
||||
icon: Monitor,
|
||||
title: "Technology Integration",
|
||||
description: "Modern teaching methods combining traditional wisdom with contemporary technology and digital literacy",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Rural Rootedness",
|
||||
description: "Deep connection with Kanthalloor community while providing world-class educational standards",
|
||||
},
|
||||
title: "Modern Learning Tools", description: "Integration of technology with traditional teaching to enhance engagement and understanding"},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Holistic Development",
|
||||
description: "Beyond academics: sports, arts, cultural activities, and leadership development for every student",
|
||||
},
|
||||
title: "Holistic Development", description: "Balance between academics, sports, arts, and life skills for complete personality development"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-commitment" data-section="about-commitment">
|
||||
<SplitAbout
|
||||
title="Our Commitment to You"
|
||||
description="We are committed to providing an educational experience that combines academic rigor with personal growth, creating informed, confident, and responsible citizens."
|
||||
tag="Your Trust, Our Responsibility"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=3"
|
||||
imageAlt="School commitment and values"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality Teaching Staff",
|
||||
description: "21 experienced and committed educators with subject expertise and passion for student development",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Safe Learning Environment",
|
||||
description: "Secure, supportive campus with strict safety protocols and student welfare as priority",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Transparent Communication",
|
||||
description: "Regular parent-teacher interaction and transparent communication about student progress and concerns",
|
||||
icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Affordable Quality",
|
||||
description: "Commitment to accessible quality education for rural families without compromising on educational standards",
|
||||
icon: Star,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Admissions Information", href: "/" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=5"
|
||||
imageAlt="School campus"
|
||||
logoText="SH HS Kanthalloor"
|
||||
copyrightText="© 2025 SH HS Kanthalloor. All rights reserved. Est. 1969"
|
||||
|
||||
209
src/app/page.tsx
209
src/app/page.tsx
@@ -32,18 +32,9 @@ import {
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Facilities", id: "facilities" },
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Facilities", href: "/" },
|
||||
@@ -51,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +91-XXXXXXXXXX", href: "tel:+91-XXXXXXXXXX" },
|
||||
{ label: "Email: info@shkanthalloor.edu.in", href: "mailto:info@shkanthalloor.edu.in" },
|
||||
{ label: "Location: Kanthalloor, Munnar", href: "#" },
|
||||
@@ -60,8 +50,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About School",
|
||||
items: [
|
||||
title: "About School", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Admission Policy", href: "/" },
|
||||
@@ -111,29 +100,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=1",
|
||||
imageAlt: "School campus with students",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=1", imageAlt: "School campus with students"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=1",
|
||||
imageAlt: "Classroom learning environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=1", imageAlt: "Classroom learning environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=1",
|
||||
imageAlt: "Computer lab facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=1", imageAlt: "Computer lab facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=1",
|
||||
imageAlt: "Playground and sports area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=1", imageAlt: "Playground and sports area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=1",
|
||||
imageAlt: "School event and activities",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=1", imageAlt: "School event and activities"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=1",
|
||||
imageAlt: "Library with books",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=1", imageAlt: "Library with books"},
|
||||
]}
|
||||
ariaLabel="Hero section showcasing school campus and facilities"
|
||||
/>
|
||||
@@ -154,24 +131,16 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Established in 1969",
|
||||
description: "Over 50 years of educational excellence in rural Kanthalloor community",
|
||||
icon: History,
|
||||
title: "Established in 1969", description: "Over 50 years of educational excellence in rural Kanthalloor community", icon: History,
|
||||
},
|
||||
{
|
||||
title: "Private Aided School",
|
||||
description: "Government-recognized with State Board curriculum ensuring quality standards",
|
||||
icon: Building2,
|
||||
title: "Private Aided School", description: "Government-recognized with State Board curriculum ensuring quality standards", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Tamil Medium Instruction",
|
||||
description: "Preserving Tamil language and culture while providing quality education",
|
||||
icon: BookOpen,
|
||||
title: "Tamil Medium Instruction", description: "Preserving Tamil language and culture while providing quality education", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Safe Rural Campus",
|
||||
description: "Serene, secure environment in rural Kanthalloor, Munnar block, Idukki District",
|
||||
icon: Shield,
|
||||
title: "Safe Rural Campus", description: "Serene, secure environment in rural Kanthalloor, Munnar block, Idukki District", icon: Shield,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Facilities", href: "/about" }]}
|
||||
@@ -192,34 +161,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookMarked,
|
||||
title: "Classes 5 to 10",
|
||||
description: "Comprehensive curriculum covering all essential subjects for secondary education development",
|
||||
},
|
||||
title: "Classes 5 to 10", description: "Comprehensive curriculum covering all essential subjects for secondary education development"},
|
||||
{
|
||||
icon: Languages,
|
||||
title: "Tamil Medium",
|
||||
description: "Instruction in Tamil language preserving cultural heritage while ensuring academic excellence",
|
||||
},
|
||||
title: "Tamil Medium", description: "Instruction in Tamil language preserving cultural heritage while ensuring academic excellence"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "State Board Curriculum",
|
||||
description: "Following official State Board syllabus ensuring recognized and quality education standards",
|
||||
},
|
||||
title: "State Board Curriculum", description: "Following official State Board syllabus ensuring recognized and quality education standards"},
|
||||
{
|
||||
icon: Monitor,
|
||||
title: "Computer Aided Learning",
|
||||
description: "Modern technology-integrated teaching methods enhancing student engagement and understanding",
|
||||
},
|
||||
title: "Computer Aided Learning", description: "Modern technology-integrated teaching methods enhancing student engagement and understanding"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Experienced Faculty",
|
||||
description: "21 dedicated teachers bringing expertise, passion, and personalized attention to each student",
|
||||
},
|
||||
title: "Experienced Faculty", description: "21 dedicated teachers bringing expertise, passion, and personalized attention to each student"},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Co-Educational Environment",
|
||||
description: "Safe, inclusive learning environment promoting holistic development for all students",
|
||||
},
|
||||
title: "Co-Educational Environment", description: "Safe, inclusive learning environment promoting holistic development for all students"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,61 +194,19 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "classrooms",
|
||||
name: "15 Classrooms",
|
||||
price: "Spacious",
|
||||
variant: "Well-ventilated and bright learning spaces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=3",
|
||||
imageAlt: "Modern classrooms",
|
||||
},
|
||||
id: "classrooms", name: "15 Classrooms", price: "Spacious", variant: "Well-ventilated and bright learning spaces", imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=3", imageAlt: "Modern classrooms"},
|
||||
{
|
||||
id: "computer-lab",
|
||||
name: "Computer Lab",
|
||||
price: "15 Units",
|
||||
variant: "Latest technology for IT education",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=2",
|
||||
imageAlt: "Computer laboratory",
|
||||
},
|
||||
id: "computer-lab", name: "Computer Lab", price: "15 Units", variant: "Latest technology for IT education", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=2", imageAlt: "Computer laboratory"},
|
||||
{
|
||||
id: "library",
|
||||
name: "Library",
|
||||
price: "600 Books",
|
||||
variant: "Comprehensive collection of reference materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=2",
|
||||
imageAlt: "School library",
|
||||
},
|
||||
id: "library", name: "Library", price: "600 Books", variant: "Comprehensive collection of reference materials", imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=2", imageAlt: "School library"},
|
||||
{
|
||||
id: "playground",
|
||||
name: "Playground",
|
||||
price: "Sports Ready",
|
||||
variant: "Open ground for physical education and sports",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=2",
|
||||
imageAlt: "School playground",
|
||||
},
|
||||
id: "playground", name: "Playground", price: "Sports Ready", variant: "Open ground for physical education and sports", imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=2", imageAlt: "School playground"},
|
||||
{
|
||||
id: "water",
|
||||
name: "Drinking Water",
|
||||
price: "Pure Supply",
|
||||
variant: "Safe and clean water for all students",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=2",
|
||||
imageAlt: "Water facilities",
|
||||
},
|
||||
id: "water", name: "Drinking Water", price: "Pure Supply", variant: "Safe and clean water for all students", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=2", imageAlt: "Water facilities"},
|
||||
{
|
||||
id: "toilets",
|
||||
name: "Separate Facilities",
|
||||
price: "Boys & Girls",
|
||||
variant: "Separate sanitation facilities for students",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=3",
|
||||
imageAlt: "Sanitation facilities",
|
||||
},
|
||||
id: "toilets", name: "Separate Facilities", price: "Boys & Girls", variant: "Separate sanitation facilities for students", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=3", imageAlt: "Sanitation facilities"},
|
||||
{
|
||||
id: "meal",
|
||||
name: "Mid-Day Meal",
|
||||
price: "Daily Program",
|
||||
variant: "Nutritious meals provided in school",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=4",
|
||||
imageAlt: "Mid-day meal facility",
|
||||
},
|
||||
id: "meal", name: "Mid-Day Meal", price: "Daily Program", variant: "Nutritious meals provided in school", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=4", imageAlt: "Mid-day meal facility"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -311,34 +226,22 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Teachers",
|
||||
description: "21 dedicated educators with deep commitment to student development and academic excellence",
|
||||
icon: Users,
|
||||
title: "Experienced Teachers", description: "21 dedicated educators with deep commitment to student development and academic excellence", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Co-Educational Learning",
|
||||
description: "Safe, inclusive environment fostering respect, collaboration, and holistic development",
|
||||
icon: Share2,
|
||||
title: "Co-Educational Learning", description: "Safe, inclusive environment fostering respect, collaboration, and holistic development", icon: Share2,
|
||||
},
|
||||
{
|
||||
title: "Strong Academic Foundation",
|
||||
description: "Rigorous State Board curriculum ensuring comprehensive preparation for higher education",
|
||||
icon: BookOpen,
|
||||
title: "Strong Academic Foundation", description: "Rigorous State Board curriculum ensuring comprehensive preparation for higher education", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Computer Education",
|
||||
description: "Modern IT facilities enabling students to develop technology skills essential for the future",
|
||||
icon: Monitor,
|
||||
title: "Computer Education", description: "Modern IT facilities enabling students to develop technology skills essential for the future", icon: Monitor,
|
||||
},
|
||||
{
|
||||
title: "Rural Community Focus",
|
||||
description: "Deep roots in Kanthalloor community understanding local needs while maintaining quality standards",
|
||||
icon: MapPin,
|
||||
title: "Rural Community Focus", description: "Deep roots in Kanthalloor community understanding local needs while maintaining quality standards", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Holistic Development",
|
||||
description: "Beyond academics: sports, events, and activities nurturing overall personality development",
|
||||
icon: Star,
|
||||
title: "Holistic Development", description: "Beyond academics: sports, events, and activities nurturing overall personality development", icon: Star,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Apply for Admission", href: "#contact" }]}
|
||||
@@ -359,53 +262,17 @@ export default function HomePage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Parent, Class 7 Student",
|
||||
testimonial: "Excellent teachers and supportive environment. My son has grown confident and academically strong under their guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038364.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "Parent, Class 7 Student", testimonial: "Excellent teachers and supportive environment. My son has grown confident and academically strong under their guidance.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038364.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Meena Devi",
|
||||
handle: "Parent, Class 10 Student",
|
||||
testimonial: "The school provides quality education with focus on individual student development. Highly recommended for rural families.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-sitting-table_23-2150231637.jpg",
|
||||
imageAlt: "Meena Devi",
|
||||
},
|
||||
id: "2", name: "Meena Devi", handle: "Parent, Class 10 Student", testimonial: "The school provides quality education with focus on individual student development. Highly recommended for rural families.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-sitting-table_23-2150231637.jpg", imageAlt: "Meena Devi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun S",
|
||||
handle: "Student, Class 9",
|
||||
testimonial: "Great computer lab and friendly teachers who really care about our learning. I love coming to school!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-with-books-stack_23-2147666651.jpg",
|
||||
imageAlt: "Arjun S",
|
||||
},
|
||||
id: "3", name: "Arjun S", handle: "Student, Class 9", testimonial: "Great computer lab and friendly teachers who really care about our learning. I love coming to school!", imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-with-books-stack_23-2147666651.jpg", imageAlt: "Arjun S"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Nair",
|
||||
handle: "Student, Class 8",
|
||||
testimonial: "The school provides equal opportunity for all. Safe environment and quality education in Tamil medium is perfect for us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-student-girl-with-headphones-wearing-backpack-keeps-fist-holds-book_141793-99788.jpg",
|
||||
imageAlt: "Priya Nair",
|
||||
},
|
||||
id: "4", name: "Priya Nair", handle: "Student, Class 8", testimonial: "The school provides equal opportunity for all. Safe environment and quality education in Tamil medium is perfect for us.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-student-girl-with-headphones-wearing-backpack-keeps-fist-holds-book_141793-99788.jpg", imageAlt: "Priya Nair"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sundar Pillai",
|
||||
handle: "Parent, Class 5 Student",
|
||||
testimonial: "Since admission, my daughter has shown remarkable improvement. Teachers are accessible and genuinely interested in each child.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-group-explaining-talking-people_1262-2781.jpg",
|
||||
imageAlt: "Sundar Pillai",
|
||||
},
|
||||
id: "5", name: "Sundar Pillai", handle: "Parent, Class 5 Student", testimonial: "Since admission, my daughter has shown remarkable improvement. Teachers are accessible and genuinely interested in each child.", imageSrc: "http://img.b2bpic.net/free-photo/woman-group-explaining-talking-people_1262-2781.jpg", imageAlt: "Sundar Pillai"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lakshmi V",
|
||||
handle: "Parent, Class 6 Student",
|
||||
testimonial: "Best decision for our son's education. Affordable, quality, and with strong values. Strongly recommend to families in Kanthalloor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg",
|
||||
imageAlt: "Lakshmi V",
|
||||
},
|
||||
id: "6", name: "Lakshmi V", handle: "Parent, Class 6 Student", testimonial: "Best decision for our son's education. Affordable, quality, and with strong values. Strongly recommend to families in Kanthalloor.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg", imageAlt: "Lakshmi V"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user