diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f99528..c3f74c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,44 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={heroButtons} buttonAnimation="slide-up" - dashboard={dashboardData} + dashboard={{ + title: "Aangan Pure Veg Restaurant", logoIcon: UtensilsCrossed, + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", searchPlaceholder: "Search menu items...", buttons: [ + { text: "Get Directions", href: "https://maps.google.com" }, + { text: "View Menu", href: "#dishes" }, + ], + sidebarItems: [ + { icon: Home, active: true }, + { icon: MapPin }, + { icon: Phone }, + ], + stats: [ + { + title: "Rating", values: ["4.0", "4.0", "4.0"], + description: "⭐ Google Rating" + }, + { + title: "Reviews", values: ["4,800", "4,800", "4,800"], + description: "Happy Customers" + }, + { + title: "Price Range", values: ["₹200", "₹300", "₹400"], + valueSuffix: "per person", description: "Budget Friendly" + }, + ], + chartTitle: "Today's Orders", chartData: [ + { value: 45 }, + { value: 60 }, + { value: 75 }, + { value: 55 }, + { value: 80 }, + ], + listTitle: "Today's Specials", listItems: [ + { icon: Zap, title: "Pav Bhaji Special", status: "Hot & Fresh" }, + { icon: Star, title: "Veg Thali Combo", status: "Most Popular" }, + { icon: Heart, title: "Paneer Crispy", status: "Today's Favorite" }, + ], + }} />