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" }} />