diff --git a/src/app/page.tsx b/src/app/page.tsx index 854ad83..7780820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,79 +48,50 @@ export default function LandingPage() {
@@ -143,34 +104,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - label: "Management", - title: "Student Records", - items: [ - "Centralized database", - "Automated history logs", - "Fast lookup system", - ], + id: "f1", label: "Management", title: "Student Records", items: [ + "Centralized database", "Automated history logs", "Fast lookup system"], }, { - id: "f2", - label: "Operations", - title: "Attendance Tracking", - items: [ - "Real-time reporting", - "Automated notifications", - "Historical analytics", - ], + id: "f2", label: "Operations", title: "Attendance Tracking", items: [ + "Real-time reporting", "Automated notifications", "Historical analytics"], }, { - id: "f3", - label: "Connectivity", - title: "Parent Portal", - items: [ - "Direct messaging", - "Grade notifications", - "Event scheduling", - ], + id: "f3", label: "Connectivity", title: "Parent Portal", items: [ + "Direct messaging", "Grade notifications", "Event scheduling"], }, ]} title="Comprehensive Features for Modern Schools" @@ -180,30 +123,19 @@ export default function LandingPage() {
@@ -294,42 +204,27 @@ export default function LandingPage() { logoText="EduManage" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Metrics", - href: "#metrics", - }, + label: "Metrics", href: "#metrics"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}