Merge version_1 into main #1
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user