From 45768e295114404b2c5747d8c8f2e24d6bf3e561 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:59:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1fcf02..72d1f03 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?_wi=1", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg", imageAlt: "Emerta Library building from street view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", 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?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", 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?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", 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?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-therapy-session-struggling-with-emotional-issues_482257-113814.jpg", imageAlt: "Two-story library interior", }, ]} @@ -176,6 +176,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + animationType="blur-reveal" metrics={[ { id: "1", @@ -317,7 +318,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?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRsoNvLnIwB7pa6D1gKzrjJwjc/uploaded-1774465069089-klzwau9s.jpg" imageAlt="Emerta Library exterior from street" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1