Merge version_3 into main #4
@@ -9,7 +9,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Wrench, Settings, Car, ChevronRight } from "lucide-react";
|
||||
import { Wrench, Settings, Car } from "lucide-react";
|
||||
|
||||
export default function PremiumWorkshopPage() {
|
||||
return (
|
||||
@@ -34,6 +34,7 @@ export default function PremiumWorkshopPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Apex Workshop"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<div id="hero">
|
||||
<HeroBillboardDashboard
|
||||
@@ -42,7 +43,8 @@ export default function PremiumWorkshopPage() {
|
||||
dashboard={{
|
||||
title: "Workshop Status", stats: [
|
||||
{ title: "Projects", values: [45, 12, 5], description: "Currently in service" },
|
||||
{ title: "Efficiency", values: [98, 99, 97], description: "Workshop uptime" }
|
||||
{ title: "Efficiency", values: [98, 99, 97], description: "Workshop uptime" },
|
||||
{ title: "Quality", values: [100, 99, 98], description: "Customer satisfaction" }
|
||||
],
|
||||
logoIcon: Wrench,
|
||||
sidebarItems: [{ icon: Settings }, { icon: Car }],
|
||||
|
||||
Reference in New Issue
Block a user