diff --git a/src/app/page.tsx b/src/app/page.tsx
index e81c579..e274014 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,56 +31,37 @@ export default function LandingPage() {
@@ -308,62 +196,37 @@ export default function LandingPage() {
logoText="PivotAcademy"
columns={[
{
- title: "Academy",
- items: [
+ title: "Academy", items: [
{
- label: "Home",
- href: "#",
- },
+ label: "Home", href: "#"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Curriculum",
- href: "#curriculum",
- },
+ label: "Curriculum", href: "#curriculum"},
{
- label: "Admissions",
- href: "#",
- },
+ label: "Admissions", href: "#"},
{
- label: "Safeguarding",
- href: "#",
- },
+ label: "Safeguarding", href: "#"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Apply Now",
- href: "#",
- },
+ label: "Apply Now", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Cookie Policy",
- href: "#",
- },
+ label: "Cookie Policy", href: "#"},
],
},
]}
@@ -373,4 +236,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file