diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f4f61f..2ad1fa6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { { value: "10+", title: "Years in the Industry" }, { value: "180+", title: "Successful Projects" } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2" imageAlt="Elevate team collaborating on strategy" useInvertedBackground={false} mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2a683..4d26a98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Campaign Performance Hub", logoIcon: BarChart3, - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", searchPlaceholder: "Search campaigns...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", searchPlaceholder: "Search campaigns...", buttons: [ { text: "Analytics", href: "#" }, { text: "Reports", href: "#" } ],