diff --git a/src/app/page.tsx b/src/app/page.tsx index 138c466..1f655f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,8 @@ import { ChefHat, Flame, Leaf, - Phone + Phone, + Home } from "lucide-react"; export default function LandingPage() { @@ -76,21 +77,21 @@ export default function LandingPage() { { text: "Takeout", href: "#contact" } ], sidebarItems: [ - { icon: "Home" }, - { icon: "Users", active: true }, - { icon: "Phone" } + { icon: Home }, + { icon: Users, active: true }, + { icon: Phone } ], stats: [ { - title: "Happy Customers", values: ["2500", "3200", "4100"], + title: "Happy Customers", values: [2500, 3200, 4100], description: "Served monthly" }, { - title: "Menu Items", values: ["48", "52", "58"], + title: "Menu Items", values: [48, 52, 58], description: "Authentic recipes" }, { - title: "Open Years", values: ["25", "26", "29"], + title: "Open Years", values: [25, 26, 29], description: "Family tradition" } ],