diff --git a/src/app/page.tsx b/src/app/page.tsx index 0036b29..943d831 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,22 @@ export default function LandingPage() {
@@ -98,26 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "12,458", - title: "Total Licenses", - description: "Active license records", - imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=7", - }, + id: "m1", value: "12,458", title: "Total Licenses", description: "Active license records", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=7"}, { - id: "m2", - value: "8,972", - title: "Active Drivers", - description: "Currently valid drivers", - imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=8", - }, + id: "m2", value: "8,972", title: "Active Drivers", description: "Currently valid drivers", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=8"}, { - id: "m3", - value: "45", - title: "Pending", - description: "Applications in progress", - imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=9", - }, + id: "m3", value: "45", title: "Pending", description: "Applications in progress", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=9"}, ]} title="System Overview" description="Key statistics for the current operational period." @@ -133,34 +91,19 @@ export default function LandingPage() { description="Manage institutional access levels." plans={[ { - id: "p1", - name: "Basic", - price: "$0", - features: [ - "Standard Access", - "Basic Reports", - ], + id: "p1", name: "Basic", price: "$0", features: [ + "Standard Access", "Basic Reports"], buttons: [ { - text: "Select", - href: "#", - }, + text: "Select", href: "#"}, ], }, { - id: "p2", - name: "Pro", - price: "$99", - features: [ - "Advanced Analytics", - "Full API Access", - "Prioritized Support", - ], + id: "p2", name: "Pro", price: "$99", features: [ + "Advanced Analytics", "Full API Access", "Prioritized Support"], buttons: [ { - text: "Select", - href: "#", - }, + text: "Select", href: "#"}, ], }, ]} @@ -174,15 +117,9 @@ export default function LandingPage() { title="System Uptime" metrics={[ { - id: "u1", - value: "99.9%", - description: "Operational Uptime", - }, + id: "u1", value: "99.9%", description: "Operational Uptime"}, { - id: "u2", - value: "5ms", - description: "Query Response", - }, + id: "u2", value: "5ms", description: "Query Response"}, ]} /> @@ -191,16 +128,13 @@ export default function LandingPage() { @@ -211,29 +145,19 @@ export default function LandingPage() { { items: [ { - label: "Applications", - href: "/applications", - }, + label: "Applications", href: "/applications"}, { - label: "Drivers", - href: "/drivers", - }, + label: "Drivers", href: "/drivers"}, { - label: "People", - href: "/people", - }, + label: "People", href: "/people"}, ], }, { items: [ { - label: "Settings", - href: "#", - }, + label: "Settings", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}