From c337428a1a0fe4199e982c750d360753fbf2bd09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d9bd52..6a843e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { description="Savad.eu helps international students navigate Belgian life — from housing and banking to transport and social life. Everything you need, in one place, in your language." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/amusement-browser-techie-wifi-cloud_53876-21331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amusement-browser-techie-wifi-cloud_53876-21331.jpg?_wi=1", imageAlt: "modern digital ecosystem tech interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336579.jpg?_wi=1", imageAlt: "3d abstract dashboard glassmorphism", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-cube-shapes-sculpture_23-2150979722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-cube-shapes-sculpture_23-2150979722.jpg?_wi=1", imageAlt: "connected campus tech aesthetic", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { icon: Home, title: "Housing Assistance", description: "Verified student housing listings, temporary accommodation and roommate matching.", - imageSrc: "http://img.b2bpic.net/free-photo/amusement-browser-techie-wifi-cloud_53876-21331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amusement-browser-techie-wifi-cloud_53876-21331.jpg?_wi=2", imageAlt: "app integration conceptual tech", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { icon: Wallet, title: "Banking & Finance", description: "Step-by-step guides to open a Belgian bank account with student-friendly options.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336579.jpg?_wi=2", imageAlt: "app integration conceptual tech", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { icon: Smartphone, title: "Mobile Connectivity", description: "Compare student phone plans from Proximus, Orange, BASE and more.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-cube-shapes-sculpture_23-2150979722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-cube-shapes-sculpture_23-2150979722.jpg?_wi=2", imageAlt: "app integration conceptual tech", }, ]} -- 2.49.1