From ec67f55b65534109d06ca879be692d701f021d9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d517a9e..3eb74a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import { Sparkles, ChevronRight, BarChart3, Users, Settings, Search } from 'lucide-react'; +import { Sparkles, BarChart3, Users, Settings } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,6 +65,7 @@ export default function LandingPage() { logoIcon: BarChart3, sidebarItems: [{ icon: Users, active: true }, { icon: Settings }], listItems: [{ icon: Sparkles, title: "New Special", status: "Active" }], + buttons: [{ text: "View Reports" }], imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26156.jpg" }} /> -- 2.49.1