From 7973151e5fd53d52f1961a722c6a42371aedb048 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:00:42 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1bff8ca..b2aac24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,17 +53,17 @@ export default function AboutPage() { { title: "Global Recognition", description: "Accredited by international bodies, our programs are recognized worldwide for their rigor, innovation, and focus on practical skills.", - imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg?_wi=2", }, { title: "Faculty Excellence", description: "Our faculty comprises award-winning professors with doctoral degrees from leading universities and extensive industry experience.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204732.jpg?_wi=2", }, { title: "Student-Centered Approach", description: "We prioritize personalized learning, mentorship, and career development to ensure every student achieves their full potential.", - imageSrc: "http://img.b2bpic.net/free-photo/pupils-doing-task-laptops-focused-teacher-monitoring-them_74855-10356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pupils-doing-task-laptops-focused-teacher-monitoring-them_74855-10356.jpg?_wi=2", }, ]} gridVariant="two-columns-alternating-heights" @@ -84,21 +84,21 @@ export default function AboutPage() { title: "Business Administration", description: "Master business fundamentals including management, finance, marketing, and international commerce.", tag: "Undergraduate", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-about-new-project_23-2148778027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-about-new-project_23-2148778027.jpg?_wi=2", }, { id: "2", title: "Economics & Finance", description: "Deep dive into economic theory, financial markets, and policy analysis with leading experts.", tag: "Graduate", - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg?_wi=2", }, { id: "3", title: "Technology & Innovation", description: "Cutting-edge IT and digital transformation programs preparing students for tomorrow's economy.", tag: "Undergraduate", - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-sitting-line-using-computers-office-employees-different-ages-typing-laptop-keyboards_74855-8064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-sitting-line-using-computers-office-employees-different-ages-typing-laptop-keyboards_74855-8064.jpg?_wi=2", }, ]} animationType="slide-up" @@ -121,7 +121,7 @@ export default function AboutPage() { quote: "The international exposure and rigorous financial training at BGEU positioned me perfectly for a successful banking career. The alumni network continues to be invaluable.", tag: "Finance", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=2", }, { id: "2", @@ -131,7 +131,7 @@ export default function AboutPage() { quote: "BGEU's IT program fostered creative thinking while teaching solid technical foundations. This combination was crucial for founding my successful tech startup.", tag: "Technology", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg?_wi=2", }, { id: "3", @@ -141,7 +141,7 @@ export default function AboutPage() { quote: "The international relations and economics focus at BGEU prepared me uniquely for work in European institutions. The global perspective was transformative.", tag: "Policy", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg?_wi=2", }, ]} textboxLayout="default" -- 2.49.1 From d4a6ce6d1bb12796025c96d69cee59446a636f19 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:00:43 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0aa0c5e..6fddeaa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/students-learning-stairs-outdoors-full-shot_23-2149647075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/students-learning-stairs-outdoors-full-shot_23-2149647075.jpg?_wi=2" imageAlt="university campus main gate entrance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 2224b3395b01d0fd177b57769bdb7312131aece3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:00:43 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d7b286..3a91791 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,6 +1410,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +