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() {