diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1c28974..da9007a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} /> @@ -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} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d74daef..648e45f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef3e18..2818625 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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"}, ]} /> @@ -210,12 +173,12 @@ export default function HomePage() {