diff --git a/src/app/page.tsx b/src/app/page.tsx index 862d330..41cea86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function PremiumWorkshopPage() { ], logoIcon: Wrench, sidebarItems: [{ icon: Settings }, { icon: Car }], + buttons: [{ text: "View Reports", href: "#services" }], listItems: [ { icon: Car, title: "Performance Tuning", status: "Ongoing" }, { icon: Wrench, title: "Engine Restoration", status: "Quality Check" }