diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ca94030..37e7a95 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -24,7 +24,7 @@ export default function GalleryPage() { products={[ { id: "p1", name: "Graduation 2024", brand: "Album", price: "12 photos", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-student-girl-completing-her-class-notes-with-information_482257-114573.jpg" }, { id: "p2", name: "Science Fair", brand: "Album", price: "24 photos", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg" }, - { id: "p3", name: "Sports Day", brand: "Album", price: "18 photos", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg" }, + { id: "p3", name: "Sports Day", brand: "Album", price: "18 photos", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg?_wi=1" }, ]} /> diff --git a/src/app/staff/page.tsx b/src/app/staff/page.tsx index f5a103f..55d2cb9 100644 --- a/src/app/staff/page.tsx +++ b/src/app/staff/page.tsx @@ -23,7 +23,7 @@ export default function StaffPage() { useInvertedBackground={false} members={[ { id: "m1", name: "Jane Doe", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing-with-book_23-2148464478.jpg" }, - { id: "m2", name: "John Smith", role: "Head of Sciences", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg" }, + { id: "m2", name: "John Smith", role: "Head of Sciences", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg?_wi=2" }, ]} />