Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:38:12 +00:00

View File

@@ -16,7 +16,7 @@ export default function MotocareApp() {
borderRadius="soft"
contentWidth="compact"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -38,7 +38,7 @@ export default function MotocareApp() {
<HeroSplitKpi
title="Selamat datang, Ahmad Rizki"
description="Kelola reservasi bengkel motor Anda dengan mudah dan efisien. Pantau status booking terbaru dan riwayat servis kendaraan Anda di satu tempat."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "12", label: "Booking Aktif" },
{ value: "89%", label: "On-Time Service" },
@@ -89,10 +89,10 @@ export default function MotocareApp() {
products={[
{
id: "booking-1", brand: "Booking #001", name: "Service Rutin Motor", price: "Rp 350.000", rating: 5,
reviewCount: "Est. 2 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg?_wi=1", imageAlt: "soft gradient background design"},
reviewCount: "Est. 2 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg", imageAlt: "soft gradient background design"},
{
id: "booking-2", brand: "Booking #002", name: "Perbaikan Rem", price: "Rp 550.000", rating: 5,
reviewCount: "Est. 3 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg?_wi=2", imageAlt: "soft gradient background design"},
reviewCount: "Est. 3 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg", imageAlt: "soft gradient background design"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"