Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-08 04:41:06 +00:00
3 changed files with 37 additions and 89 deletions

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Academics", href: "/academics" },
@@ -29,24 +28,21 @@ export default function AboutPage() {
],
},
{
title: "Admissions",
items: [
title: "Admissions", items: [
{ label: "Apply Now", href: "/admissions" },
{ label: "Requirements", href: "/admissions" },
{ label: "Fees", href: "/admissions" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 Call: +91 99429 11419", href: "tel:+919942911419" },
{ label: "📍 Chetpet Rd, Vandavasi", href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi" },
{ label: "Hours: Mon-Fri 9 AM onwards", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -87,9 +83,10 @@ export default function AboutPage() {
{ value: "98%", title: "Student Success & Board Results" },
{ value: "50+", title: "Expert Faculty Members" },
]}
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg"
imageAlt="School Building and Campus"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -105,19 +102,11 @@ export default function AboutPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Neglecting character development",
"One-size-fits-all approach",
"Purely theoretical education",
"Limited teacher-student interaction",
],
"Neglecting character development", "One-size-fits-all approach", "Purely theoretical education", "Limited teacher-student interaction"],
}}
positiveCard={{
items: [
"Holistic personality development",
"Individualized learning pathways",
"Theory combined with practical skills",
"Strong mentorship & guidance program",
],
"Holistic personality development", "Individualized learning pathways", "Theory combined with practical skills", "Strong mentorship & guidance program"],
}}
animationType="blur-reveal"
/>
@@ -136,9 +125,10 @@ export default function AboutPage() {
{ value: "25+", title: "Years of Consistent Excellence" },
{ value: "2000+", title: "Successful Alumni Placed Globally" },
]}
imageSrc="http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg"
imageAlt="Achievement and Excellence"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>

View File

@@ -21,8 +21,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Academics", href: "/academics" },
@@ -30,27 +29,22 @@ export default function ContactPage() {
],
},
{
title: "Admissions",
items: [
title: "Admissions", items: [
{ label: "Apply Now", href: "/admissions" },
{ label: "Requirements", href: "/admissions" },
{ label: "Fees", href: "/admissions" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 Call: +91 99429 11419", href: "tel:+919942911419" },
{
label: "📍 Chetpet Rd, Vandavasi",
href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi",
},
label: "📍 Chetpet Rd, Vandavasi", href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi"},
{ label: "Hours: Mon-Fri 9 AM onwards", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -92,7 +86,7 @@ export default function ContactPage() {
{ text: "📞 Call Now", href: "tel:+919942911419" },
{ text: "📍 Visit Us", href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi" },
]}
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg"
imageAlt="School Building and Campus"
imagePosition="right"
mediaAnimation="slide-up"
@@ -109,9 +103,10 @@ export default function ContactPage() {
{ value: "99%", title: "Parent Satisfaction" },
{ value: "100%", title: "Response Rate" },
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg"
imageAlt="Contact Support Team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Academics", href: "/academics" },
@@ -33,24 +32,21 @@ export default function HomePage() {
],
},
{
title: "Admissions",
items: [
title: "Admissions", items: [
{ label: "Apply Now", href: "/admissions" },
{ label: "Requirements", href: "/admissions" },
{ label: "Fees", href: "/admissions" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 Call: +91 99429 11419", href: "tel:+919942911419" },
{ label: "📍 Chetpet Rd, Vandavasi", href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi" },
{ label: "Hours: Mon-Fri 9 AM onwards", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -98,7 +94,7 @@ export default function HomePage() {
{ text: "📞 Call Now", href: "tel:+919942911419" },
{ text: "📝 Enquire for Admission", href: "/admissions" },
]}
imageSrc="http://img.b2bpic.net/free-photo/white-facade-blue-sky_53876-75125.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/white-facade-blue-sky_53876-75125.jpg"
imageAlt="Sri Venkateshwara School Campus"
imagePosition="right"
mediaAnimation="slide-up"
@@ -118,9 +114,10 @@ export default function HomePage() {
{ value: "98%", title: "Student Success & Board Results" },
{ value: "50+", title: "Expert Faculty Members" },
]}
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg"
imageAlt="School Building and Campus"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -136,21 +133,11 @@ export default function HomePage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Limited curriculum options",
"Conventional teaching methods",
"Minimal focus on discipline",
"Basic laboratory facilities",
"Crowded classrooms",
],
"Limited curriculum options", "Conventional teaching methods", "Minimal focus on discipline", "Basic laboratory facilities", "Crowded classrooms"],
}}
positiveCard={{
items: [
"Comprehensive curriculum for all streams",
"Interactive, modern teaching techniques",
"Strong emphasis on discipline & values",
"Well-equipped science labs & library",
"Small class sizes for personalized attention",
],
"Comprehensive curriculum for all streams", "Interactive, modern teaching techniques", "Strong emphasis on discipline & values", "Well-equipped science labs & library", "Small class sizes for personalized attention"],
}}
animationType="blur-reveal"
/>
@@ -169,37 +156,13 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "1",
name: "Advanced Science Labs",
price: "✓ Physics, Chemistry, Biology",
variant: "Fully equipped with modern instruments",
imageSrc: "http://img.b2bpic.net/free-vector/flat-science-lab-concept_23-2148489885.jpg?_wi=1",
imageAlt: "Advanced Science Labs",
},
id: "1", name: "Advanced Science Labs", price: "✓ Physics, Chemistry, Biology", variant: "Fully equipped with modern instruments", imageSrc: "http://img.b2bpic.net/free-vector/flat-science-lab-concept_23-2148489885.jpg", imageAlt: "Advanced Science Labs"},
{
id: "2",
name: "Digital Learning Center",
price: "✓ Computer Lab",
variant: "45+ computer systems with internet",
imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147863599.jpg?_wi=1",
imageAlt: "Digital Learning Center",
},
id: "2", name: "Digital Learning Center", price: "✓ Computer Lab", variant: "45+ computer systems with internet", imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147863599.jpg", imageAlt: "Digital Learning Center"},
{
id: "3",
name: "Central Library",
price: "✓ 5000+ Books",
variant: "Reference & digital resources",
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-book-from-bookshelf_23-2147779424.jpg?_wi=1",
imageAlt: "Central Library",
},
id: "3", name: "Central Library", price: "✓ 5000+ Books", variant: "Reference & digital resources", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-book-from-bookshelf_23-2147779424.jpg", imageAlt: "Central Library"},
{
id: "4",
name: "Sports Facilities",
price: "✓ Playground & Court",
variant: "Cricket, badminton, basketball",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg?_wi=1",
imageAlt: "Sports Facilities",
},
id: "4", name: "Sports Facilities", price: "✓ Playground & Court", variant: "Cricket, badminton, basketball", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg", imageAlt: "Sports Facilities"},
]}
/>
</div>
@@ -210,12 +173,12 @@ export default function HomePage() {
<div className="mx-auto px-4 md:px-6">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Ramesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg?_wi=1" },
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=1" },
{ id: "3", name: "Arjun Nair", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-crossed-hands-portrait-office-with-panoramic-windows-business-concept_231208-11683.jpg?_wi=1" },
{ id: "4", name: "Lakshmi Vijay", imageSrc: "http://img.b2bpic.net/free-photo/cool-business-woman-greeting-sign_1149-1795.jpg?_wi=1" },
{ id: "5", name: "Sanjay Patel", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=1" },
{ id: "6", name: "Divya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1" },
{ id: "1", name: "Ramesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg" },
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg" },
{ id: "3", name: "Arjun Nair", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-crossed-hands-portrait-office-with-panoramic-windows-business-concept_231208-11683.jpg" },
{ id: "4", name: "Lakshmi Vijay", imageSrc: "http://img.b2bpic.net/free-photo/cool-business-woman-greeting-sign_1149-1795.jpg" },
{ id: "5", name: "Sanjay Patel", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg" },
{ id: "6", name: "Divya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg" },
]}
cardTitle="Parents trust us to provide quality education with strong discipline and modern teaching methods"
cardTag="Trusted by 2000+ Families"