From 1d55f291d8157cabd4712ead2cb9ae1714e62abd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:47 +0000 Subject: [PATCH] Update src/app/campuses/page.tsx --- src/app/campuses/page.tsx | 93 +++++++-------------------------------- 1 file changed, 15 insertions(+), 78 deletions(-) diff --git a/src/app/campuses/page.tsx b/src/app/campuses/page.tsx index 8ca80f7..753e17b 100644 --- a/src/app/campuses/page.tsx +++ b/src/app/campuses/page.tsx @@ -20,16 +20,14 @@ export default function CampusesPage() { const footerColumns = [ { - title: "Campuses", - items: [ + title: "Campuses", items: [ { label: "Patel Nagar", href: "tel:+919848347621" }, { label: "Amberpet", href: "tel:+919848347616" }, { label: "Old Patel Nagar", href: "#" }, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "About Us", href: "#about" }, { label: "Admissions", href: "#admissions" }, { label: "Facilities", href: "#facilities" }, @@ -37,8 +35,7 @@ export default function CampusesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 098483 47621", href: "tel:+919848347621" }, { label: "Phone: 098483 47616", href: "tel:+919848347616" }, { label: "Email: info@gandhihighschool.edu", href: "mailto:info@gandhihighschool.edu" }, @@ -67,37 +64,13 @@ export default function CampusesPage() {