From 912470c6069f12782c6e9ff5ea416fb15bea0b00 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:48:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fceda9..a4feb35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { background={{ variant: "grid" }} dashboard={{ title: "Website Performance Metrics", logoIcon: BarChart3, - imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-web-design_23-2148127078.jpg", searchPlaceholder: "Search performance data...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-web-design_23-2148127078.jpg?_wi=1", searchPlaceholder: "Search performance data...", buttons: [ { text: "View Dashboard", href: "#" }, { text: "Export Report", href: "#" } ], @@ -245,7 +245,7 @@ export default function LandingPage() {