Merge version_2 into main #2
134
src/app/page.tsx
134
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
name: "Dashboard", id: "/"},
|
||||
{
|
||||
name: "Applications",
|
||||
id: "/applications",
|
||||
},
|
||||
name: "Applications", id: "/applications"},
|
||||
{
|
||||
name: "Drivers",
|
||||
id: "/drivers",
|
||||
},
|
||||
name: "Drivers", id: "/drivers"},
|
||||
{
|
||||
name: "People",
|
||||
id: "/people",
|
||||
},
|
||||
name: "People", id: "/people"},
|
||||
]}
|
||||
brandName="DVLD"
|
||||
/>
|
||||
@@ -52,41 +44,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to DVLD System"
|
||||
description="Efficiently manage your vehicle records and driving licenses with our secure administrative portal."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=1",
|
||||
imageAlt: "Government Building 1",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=1", imageAlt: "Government Building 1"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=2",
|
||||
imageAlt: "Government Building 2",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=2", imageAlt: "Government Building 2"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=3",
|
||||
imageAlt: "Government Building 3",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=3", imageAlt: "Government Building 3"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=4",
|
||||
imageAlt: "Government Building 4",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=4", imageAlt: "Government Building 4"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=5",
|
||||
imageAlt: "Government Building 5",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=5", imageAlt: "Government Building 5"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=6",
|
||||
imageAlt: "Government Building 6",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/white-texture-desk-front-blur-public-building_23-2147907249.jpg?_wi=6", imageAlt: "Government Building 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,16 +128,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Support"
|
||||
title="Need Help?"
|
||||
description="Contact our technical support team for system queries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user