Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 11:54:23 +00:00
parent 025374745b
commit 126eabeb8b

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "School",
items: [
title: "School", items: [
{ label: "About Us", href: "/about" },
{ label: "Academics", href: "/academics" },
{ label: "Facilities", href: "/facilities" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 0333 2056814", href: "tel:+923332056814" },
{ label: "Address: A-52/1 Khokhrapar #6, Karachi", href: "#" },
{ label: "Email: info@innovativepublicschool.edu.pk", href: "mailto:info@innovativepublicschool.edu.pk" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -82,7 +79,7 @@ export default function ContactPage() {
{ text: "Schedule Visit", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
/>
</div>
@@ -97,22 +94,16 @@ export default function ContactPage() {
features={[
{
icon: Phone,
title: "Phone",
description:
"Call us at 0333 2056814 during school hours (Mon-Fri 8:00 AM - 3:00 PM) to speak with our admissions team.",
},
title: "Phone", description:
"Call us at 0333 2056814 during school hours (Mon-Fri 8:00 AM - 3:00 PM) to speak with our admissions team."},
{
icon: Mail,
title: "Email",
description:
"Send us an email at info@innovativepublicschool.edu.pk with your inquiries and we'll respond within 24 hours.",
},
title: "Email", description:
"Send us an email at info@innovativepublicschool.edu.pk with your inquiries and we'll respond within 24 hours."},
{
icon: MapPin,
title: "Visit Us",
description:
"Come visit our campus at A-52/1 Khokhrapar #6, Karachi. Tours are available by appointment during school hours.",
},
title: "Visit Us", description:
"Come visit our campus at A-52/1 Khokhrapar #6, Karachi. Tours are available by appointment during school hours."},
]}
animationType="slide-up"
textboxLayout="default"