From 126eabeb8bd2dcfd9dc241983afe6740b4c8e05c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:54:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fe84e88..769d55a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -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"