diff --git a/src/app/page.tsx b/src/app/page.tsx index 57a552d..f3db294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -238,25 +181,17 @@ export default function LandingPage() { { items: [ { - label: "About Sir", - href: "#about", - }, + label: "About Sir", href: "#about"}, { - label: "Course Syllabus", - href: "#features", - }, + label: "Course Syllabus", href: "#features"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}