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() {