diff --git a/src/app/page.tsx b/src/app/page.tsx index 37eec70..6171625 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,18 +56,18 @@ export default function LandingPage() { dashboard={{ title: "Why Shop With Us", logoIcon: ShoppingBag, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908614.jpg", sidebarItems: [ - { icon: Truck, active: false }, - { icon: MapPin, active: false }, - { icon: Clock, active: false } + { icon: Truck, active: true }, + { icon: MapPin, active: true }, + { icon: Clock, active: true } ], buttons: [ { text: "View Collection", href: "/collection" }, { text: "Reserve Now", href: "/contact" } ], stats: [ - { title: "Free Delivery", values: ["Available", "Available", "Available"], description: "Order delivery service" }, - { title: "Drive Service", values: ["Ready", "Ready", "Ready"], description: "Convenient pickup option" }, - { title: "Open Till", values: ["23:30", "23:30", "23:30"], description: "Late night shopping" } + { title: "Free Delivery", values: [100, 100, 100], description: "Order delivery service" }, + { title: "Drive Service", values: [100, 100, 100], description: "Convenient pickup option" }, + { title: "Open Till", values: [23, 30, 0], description: "Late night shopping" } ], chartTitle: "Customer Satisfaction", chartData: [ { value: 95 },