Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 04:21:11 +00:00

View File

@@ -177,15 +177,15 @@ export default function LandingPage() {
title: "Auto Location Detection", description: "Automatically pinpoint the exact location of the reported issue using GPS.", bentoComponent: "reveal-icon", icon: MapPin, title: "Auto Location Detection", description: "Automatically pinpoint the exact location of the reported issue using GPS.", bentoComponent: "reveal-icon", icon: MapPin,
}, },
{ {
title: "Complaint Status Tracking", description: "Monitor the progress of your report from 'Pending' to 'Resolved' in real-time.", bentoComponent: "3d-task-list", heading: "Report ID: AQ-2023-1234", items: [ title: "Complaint Status Tracking", description: "Monitor the progress of your report from 'Pending' to 'Resolved' in real-time.", bentoComponent: "3d-task-list", title: "Report ID: AQ-2023-1234", items: [
{ {
label: "Report Submitted", time: "Just now", icon: CheckCircle, label: "Report Submitted", time: "Just now", icon: CheckCircle
}, },
{ {
label: "Under Review", time: "1 hour ago", icon: Clock, label: "Under Review", time: "1 hour ago", icon: Clock
}, },
{ {
label: "Action Initiated", time: "3 days ago", icon: Clock, label: "Action Initiated", time: "3 days ago", icon: Clock
}, },
], ],
completedLabel: "Resolved"}, completedLabel: "Resolved"},