diff --git a/src/app/page.tsx b/src/app/page.tsx index a797195..c1be4a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { ], }, { - title: "Maintenance Tasks", description: "Preventative inspections and scheduled maintenance to avoid costly emergencies", bentoComponent: "3d-task-list", title: "Maintenance Tasks", items: [ + title: "Maintenance Tasks", description: "Preventative inspections and scheduled maintenance to avoid costly emergencies", bentoComponent: "3d-task-list", items: [ { icon: Eye, label: "Pipe Inspection", time: "45 min" }, { icon: Droplets, label: "Water Testing", time: "30 min" }, { icon: Wrench, label: "System Tune-up", time: "60 min" },