From ce6d47209219f6fcdc966d36ea11e90b830c1868 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:12:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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() {