diff --git a/src/app/page.tsx b/src/app/page.tsx index 64cebb3..731827e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "#contact" }, { text: "Order Online", href: "#" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Choose Us?", logoIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3436.jpg", imageAlt: "modern cozy café ambience warm lighting", buttons: [ @@ -63,15 +63,15 @@ export default function LandingPage() { ], stats: [ { - title: "Customer Rating", values: ["4.6", "4.7", "4.6"], + title: "Customer Rating", values: [4.6, 4.7, 4.6], description: "Out of 5 stars" }, { - title: "Open Hours", values: ["11 AM", "11 AM", "11 AM"], - valueSuffix: " - 12 AM", description: "Daily service" + title: "Open Hours", values: [11, 11, 11], + valueSuffix: " AM - 12 AM", description: "Daily service" }, { - title: "Happy Customers", values: ["6700", "6800", "6900"], + title: "Happy Customers", values: [6700, 6800, 6900], valuePrefix: "+", description: "Reviews across platforms" }, ],