From 508e5ef76b20932d9ce380f9aeac5fe2dd467125 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:02:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ef0b02..c76dff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { { text: "Book Event", href: "#contact" }, ], sidebarItems: [ - { icon: "Home", active: false }, - { icon: "Palette", active: true }, - { icon: "Users", active: false }, + { icon: Home, active: false }, + { icon: Palette, active: true }, + { icon: Users, active: false }, ], stats: [ { -- 2.49.1