From 1f53b83bcef8223de95c5b1631e274f657da5001 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:48:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bff805..fdc4917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-green-garden-clear-blue-sky-captured-paris-france_181624-21618.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-green-garden-clear-blue-sky-captured-paris-france_181624-21618.jpg?_wi=1" imageAlt="Modern university campus with students" showDimOverlay={false} /> @@ -83,19 +83,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "By Region", description: "Discover colleges across Lombardy, Lazio, Tuscany and other Italian regions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg", imageAlt: "Italian university campus" + title: "By Region", description: "Discover colleges across Lombardy, Lazio, Tuscany and other Italian regions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg?_wi=1", imageAlt: "Italian university campus" }, { id: 2, - title: "By City", description: "Find institutions in Rome, Milan, Florence, and other major Italian cities", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg", imageAlt: "Rome city university" + title: "By City", description: "Find institutions in Rome, Milan, Florence, and other major Italian cities", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg?_wi=2", imageAlt: "Rome city university" }, { id: 3, - title: "By Academic Focus", description: "Explore programs in Engineering, Arts, Business, Medicine, and more", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg", imageAlt: "Academic programs" + title: "By Academic Focus", description: "Explore programs in Engineering, Arts, Business, Medicine, and more", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg?_wi=3", imageAlt: "Academic programs" }, { id: 4, - title: "By Language", description: "Select institutions offering Italian or English-taught programs", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg", imageAlt: "Language options" + title: "By Language", description: "Select institutions offering Italian or English-taught programs", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenage-boy-showing-peace-sign_23-2148225273.jpg?_wi=4", imageAlt: "Language options" } ]} buttons={[ @@ -117,19 +117,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "By State", description: "Find universities in Bavaria, Berlin, Baden-Württemberg, and throughout Germany", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg", imageAlt: "German university" + title: "By State", description: "Find universities in Bavaria, Berlin, Baden-Württemberg, and throughout Germany", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg?_wi=1", imageAlt: "German university" }, { id: 2, - title: "By City", description: "Explore institutions in Berlin, Munich, Hamburg, Frankfurt, and more", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg", imageAlt: "German city university" + title: "By City", description: "Explore institutions in Berlin, Munich, Hamburg, Frankfurt, and more", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg?_wi=2", imageAlt: "German city university" }, { id: 3, - title: "By Field of Study", description: "Discover programs in Engineering, Data Science, Management, and STEM fields", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg", imageAlt: "Engineering programs" + title: "By Field of Study", description: "Discover programs in Engineering, Data Science, Management, and STEM fields", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg?_wi=3", imageAlt: "Engineering programs" }, { id: 4, - title: "By Program Language", description: "Choose between German and English-language educational programs", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg", imageAlt: "Program language options" + title: "By Program Language", description: "Choose between German and English-language educational programs", imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg?_wi=4", imageAlt: "Program language options" } ]} buttons={[ @@ -229,7 +229,7 @@ export default function LandingPage() {