Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-19 13:50:14 +00:00

View File

@@ -54,21 +54,21 @@ export default function LandingPage() {
testimonials={[
{
name: "أحمد ب.", handle: "طالب", testimonial: "تجربة دراسية رائعة في ثانوية رابح بيطاط.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg", imageAlt: "school building front view"},
imageSrc: "http://img.b2bpic.net/free-photo/teen-couple-enjoying-reading-near-railing_23-2147864113.jpg?_wi=1", imageAlt: "school building front view"},
{
name: "سارة م.", handle: "طالبة", testimonial: "الأساتذة هنا يبذلون قصارى جهدهم لمساعدتنا.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg", imageAlt: "school building front view"},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844694.jpg?_wi=1", imageAlt: "school building front view"},
{
name: "كريم ع.", 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", imageAlt: "school building front view"},
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"},
{
name: "ليلى ح.", 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", imageAlt: "school building front view"},
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"},
{
name: "ياسين د.", 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", imageAlt: "school building front view"},
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={[
{
@@ -102,7 +102,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"
/>
</div>
@@ -147,11 +147,11 @@ export default function LandingPage() {
tag="فريقنا"
members={[
{
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"},
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?_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"},
id: "2", name: "رئيس القسم", 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"},
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?_wi=2"},
]}
memberVariant="card"
membersAnimation="slide-up"