From 2cd3a62f9474b116fd079431bf92dda0b8cf3e44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:47:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7746900..27c1710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050969.jpg?_wi=1", imageAlt: "Hotel view", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { description="Located on Mussey Street in Takoradi, we offer a safe and reliable stay for business travelers and explorers alike. Our staff is dedicated to ensuring you have everything you need for a restful experience." subdescription="We believe in honest hospitality—clean rooms, great amenities, and a quiet atmosphere." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -132,7 +132,7 @@ export default function LandingPage() { description: "Start your day right with a nutritious breakfast included in your stay.", bentoComponent: "reveal-icon", icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050969.jpg?_wi=2", imageAlt: "hotel amenities icon set", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { description: "Enjoy peace of mind with our dedicated free parking for all guests.", bentoComponent: "reveal-icon", icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg?_wi=2", imageAlt: "hotel amenities icon set", }, ]} -- 2.49.1