diff --git a/src/app/page.tsx b/src/app/page.tsx index 64acf64..e9068a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" dashboard={{ title: "Featured Work Hub", logoIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/grey-haze-dark-liquid_23-2148102020.jpg", imageAlt: "Portfolio showcase", searchPlaceholder: "Explore projects", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/grey-haze-dark-liquid_23-2148102020.jpg?_wi=1", imageAlt: "Portfolio showcase", searchPlaceholder: "Explore projects", buttons: [ { text: "Latest Projects", href: "#projects" }, { text: "Get in Touch", href: "#contact" }, ], @@ -107,7 +107,7 @@ export default function LandingPage() { description="[YOUR NAME]" subdescription="Product Designer & Developer" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/focused-blonde-girl-is-making-photo-with-her-photo-camera-while-walking-park_613910-2597.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-blonde-girl-is-making-photo-with-her-photo-camera-while-walking-park_613910-2597.jpg?_wi=1" imageAlt="Profile photograph" mediaAnimation="slide-up" useInvertedBackground={false} @@ -119,17 +119,17 @@ export default function LandingPage() {