diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c652cb..f585f6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { description: "High-speed Wi-Fi for your study sessions.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg?_wi=1", imageAlt: "Woman in bed working on laptop", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { description: "Networking nights for all students.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=1", imageAlt: "Woman in bed working on laptop", }, ]} diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index e75fd23..6cea0d8 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { id: "p1", name: "Classic Single", price: "$300/mo", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg?_wi=2", }, { id: "p2", name: "Deluxe Shared", price: "$200/mo", - imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=2", }, { id: "p3",