diff --git a/src/app/page.tsx b/src/app/page.tsx index ee500c2..dc12980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function HomePage() { ], }, { - title: "Repair Options", description: "Professional technicians for all phone repairs and issues", bentoComponent: "3d-task-list", title: "Repair Options", items: [ + title: "Repair Options", description: "Professional technicians for all phone repairs and issues", bentoComponent: "3d-task-list", items: [ { icon: Wrench, label: "Screen Replacement", time: "30 mins"}, diff --git a/src/app/repair/page.tsx b/src/app/repair/page.tsx index 504cb23..c9c4794 100644 --- a/src/app/repair/page.tsx +++ b/src/app/repair/page.tsx @@ -68,7 +68,7 @@ export default function RepairPage() { animationType="slide-up" features={[ { - title: "Screen Replacement", description: "Professional screen repair for all phone models", bentoComponent: "3d-task-list", title: "Screen Services", items: [ + title: "Screen Replacement", description: "Professional screen repair for all phone models", bentoComponent: "3d-task-list", items: [ { icon: Wrench, label: "Glass Screen", time: "30 mins"}, @@ -94,7 +94,7 @@ export default function RepairPage() { ], }, { - title: "Software & System", description: "Software issues, unlocking, and system repairs", bentoComponent: "3d-task-list", title: "Software Services", items: [ + title: "Software & System", description: "Software issues, unlocking, and system repairs", bentoComponent: "3d-task-list", items: [ { icon: Settings, label: "Software Fix", time: "1 hour"},