From e97a255c4737de82d5632e3ba0e07bab5bd023d5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:17:20 +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 6224c2c..813e801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Technology & Innovation", description: "Master the latest tools in modern software development and AI.", tag: "Top Program", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg"}, + id: "f1", title: "Technology & Innovation", description: "Master the latest tools in modern software development and AI.", tag: "Top Program", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg?_wi=1"}, { - id: "f2", title: "Advanced Business Studies", description: "Strategic thinking and management for the modern entrepreneur.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg"}, + id: "f2", title: "Advanced Business Studies", description: "Strategic thinking and management for the modern entrepreneur.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg?_wi=1"}, { - id: "f3", title: "Research Excellence", description: "Dedicated research facilities for aspiring scientists and researchers.", tag: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg"}, + id: "f3", title: "Research Excellence", description: "Dedicated research facilities for aspiring scientists and researchers.", tag: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg?_wi=1"}, ]} title="Academic Excellence" description="Explore our core programs designed to provide you with the skills and knowledge needed for a successful career." @@ -103,11 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "95%", title: "Placement Rate", description: "Graduates finding employment within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg"}, + id: "m1", value: "95%", title: "Placement Rate", description: "Graduates finding employment within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg?_wi=2"}, { - id: "m2", value: "500+", title: "Partners", description: "Industry partners and research collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg"}, + id: "m2", value: "500+", title: "Partners", description: "Industry partners and research collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg?_wi=2"}, { - id: "m3", value: "12k", title: "Alumni", description: "A growing global community of success.", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg"}, + id: "m3", value: "12k", title: "Alumni", description: "A growing global community of success.", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg?_wi=2"}, ]} title="Our Impact" description="IHMA College in numbers, showing our commitment to student success." -- 2.49.1