From 05196599c252a3c042aa94f98ea101c04f466190 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:58:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64416dd..b1fcf02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { imageAlt: "Emerta Library entrance from a distance", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg?_wi=1", imageAlt: "Emerta Library building from street view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=1", imageAlt: "Interior of a modern library with books and study areas", }, ]} @@ -138,28 +138,28 @@ export default function LandingPage() { id: "1", title: "Vast Collection (1 Million+ Books)", description: "Explore our extensive collection featuring over a million books across diverse subjects, catering to all ages and academic needs.", - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=2", imageAlt: "Large book collection", }, { id: "2", title: "Modern Computer Access", description: "Benefit from our dedicated computer access zones, equipped with internet connectivity for research, learning, and digital exploration in a serene setting.", - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=3", imageAlt: "Computer access area", }, { id: "3", title: "Quiet Study Environment", description: "Immerse yourself in a peaceful and clear environment designed for focused study, reading, and contemplative thought.", - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=4", imageAlt: "Quiet study space", }, { id: "4", title: "Spacious 2-Story Facility", description: "Our two-story building offers ample space, comfortable seating, and a welcoming atmosphere to accommodate hundreds of users simultaneously.", - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=5", imageAlt: "Two-story library interior", }, ]} @@ -317,7 +317,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg?_wi=2" imageAlt="Emerta Library exterior from street" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1