Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 04:41:01 +00:00
parent 48b737c516
commit abe48ddc7d

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>