diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1d60ab1..07e9ac3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,81 +34,44 @@ export default function LandingPage() {
@@ -417,62 +258,37 @@ export default function LandingPage() {
logoText="Saint Peters International Academy"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Academic Programs",
- href: "#programs",
- },
+ label: "Academic Programs", href: "#programs"},
{
- label: "Our Faculty",
- href: "#faculty",
- },
+ label: "Our Faculty", href: "#faculty"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
],
},
{
- title: "Admissions",
- items: [
+ title: "Admissions", items: [
{
- label: "Apply Now",
- href: "#contact",
- },
+ label: "Apply Now", href: "#contact"},
{
- label: "FAQs",
- href: "#faq",
- },
+ label: "FAQs", href: "#faq"},
{
- label: "School Calendar",
- href: "#",
- },
+ label: "School Calendar", href: "#"},
{
- label: "Scholarships",
- href: "#",
- },
+ label: "Scholarships", href: "#"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Alumni Network",
- href: "#",
- },
+ label: "Alumni Network", href: "#"},
],
},
]}