From 89633b3815bd59c32c1ea6d69d05097db8b1f0dd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:49:18 +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 4503464..47b0c08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "طالب", testimonial: "تجربة دراسية رائعة في ثانوية رابح بيطاط.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg?_wi=1", imageAlt: "school building front view", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "طالبة", testimonial: "الأساتذة هنا يبذلون قصارى جهدهم لمساعدتنا.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg?_wi=1", imageAlt: "school building front view", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "طالب", testimonial: "المرافق الدراسية ممتازة وتساعد على التعلم.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9703.jpg?_wi=1", imageAlt: "school building front view", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "طالبة", testimonial: "أنصح الجميع بالانضمام لهذه الثانوية العريقة.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1", imageAlt: "school building front view", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "طالب", testimonial: "بيئة محفزة للنجاح العلمي.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-young-attractive-man-black-suit-talking-mobile-phone-looking-aside_171337-9934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-young-attractive-man-black-suit-talking-mobile-phone-looking-aside_171337-9934.jpg?_wi=1", imageAlt: "school building front view", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg" + imageSrc="http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -155,7 +155,7 @@ export default function LandingPage() { useInvertedBackground={true} title="التعريف بالثانوية" description="ثانوية رابح بيطاط مؤسسة تربوية عريقة تهدف لتطوير القدرات الذهنية والعلمية للطلاب عبر طاقم إداري وتعليمي متميز." - imageSrc="http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg?_wi=2" /> @@ -220,17 +220,17 @@ export default function LandingPage() { { id: "1", name: "السيد المدير", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9703.jpg?_wi=2", }, { id: "2", name: "رئيس القسم", - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2", }, { id: "3", name: "مشرف تربوي", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-young-attractive-man-black-suit-talking-mobile-phone-looking-aside_171337-9934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-young-attractive-man-black-suit-talking-mobile-phone-looking-aside_171337-9934.jpg?_wi=2", }, ]} memberVariant="card" -- 2.49.1