diff --git a/src/app/fasilitas/page.tsx b/src/app/fasilitas/page.tsx index bccb88e..4f15d5d 100644 --- a/src/app/fasilitas/page.tsx +++ b/src/app/fasilitas/page.tsx @@ -58,7 +58,7 @@ export default function FasilitasPage() { id: "asrama", name: "Asrama Nyaman", price: "Terawat & Aman", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-men-hostel_23-2150446766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-men-hostel_23-2150446766.jpg?_wi=1", imageAlt: "Asrama Santri" }, { @@ -72,14 +72,14 @@ export default function FasilitasPage() { id: "lab", name: "Lab & Teknologi", price: "Fasilitas STEM", - imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg?_wi=2", imageAlt: "Laboratorium Sekolah" }, { id: "perpus", name: "Perpustakaan Lengkap", price: "Ribuan Referensi", - imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-quran-dates_23-2147791795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-quran-dates_23-2147791795.jpg?_wi=2", imageAlt: "Perpustakaan Pesantren" }, { @@ -125,7 +125,7 @@ export default function FasilitasPage() { "Satpam Profesional", "Sistem Akses" ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-men-hostel_23-2150446766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-men-hostel_23-2150446766.jpg?_wi=2", imageAlt: "Sistem Keamanan Pesantren" }, { @@ -136,7 +136,7 @@ export default function FasilitasPage() { "Dokter Praktek", "Pemeriksaan Rutin" ], - imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg?_wi=3", imageAlt: "Fasilitas Kesehatan" }, { @@ -147,7 +147,7 @@ export default function FasilitasPage() { "Komputer Lab", "Smart Classroom" ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-teacher-work-educational-system_23-2151737340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-teacher-work-educational-system_23-2151737340.jpg?_wi=2", imageAlt: "Teknologi Pembelajaran" } ]} diff --git a/src/app/program/page.tsx b/src/app/program/page.tsx index 7894053..d4f3875 100644 --- a/src/app/program/page.tsx +++ b/src/app/program/page.tsx @@ -85,7 +85,7 @@ export default function ProgramPage() { "Bahasa Inggris", "STEM" ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-teacher-work-educational-system_23-2151737340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-teacher-work-educational-system_23-2151737340.jpg?_wi=1", imageAlt: "Program Akademik Modern" } ]} @@ -122,14 +122,14 @@ export default function ProgramPage() { id: "kitab-detail", name: "Kitab Kuning 4 Tahun", price: "Pendalam Ilmu", - imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-quran-dates_23-2147791795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-quran-dates_23-2147791795.jpg?_wi=1", imageAlt: "Program Kitab Kuning" }, { id: "akademik-detail", name: "Akademik 6 Tahun", price: "SD-SMA Terintegrasi", - imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/science-education-girls_23-2148581296.jpg?_wi=1", imageAlt: "Program Akademik 6 Tahun" } ]}