From 708f988508fb137dc6e862f851a61b6165d0032c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:32:19 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0efc8a3..044d68c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { title="About Delight International Hotel" description="Delight International Hotel is a well-known hotel in Dilla City offering comfortable rooms, a welcoming restaurant, and friendly service. The hotel serves both local and international travelers visiting the Gedeo Zone, famous for its beautiful coffee landscapes and rich cultural heritage." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/elegant-brunette-girl-sitting-wooden-chair-outside-enjoying-exotic-landscape-amazing-slim-young-woman-white-sunglasses-bikini-have-sunbathing-yard-with-cactuses-vacation_197531-3065.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-brunette-girl-sitting-wooden-chair-outside-enjoying-exotic-landscape-amazing-slim-young-woman-white-sunglasses-bikini-have-sunbathing-yard-with-cactuses-vacation_197531-3065.jpg?_wi=3" imageAlt="Hotel courtyard with landscaping welcoming" textboxLayout="default" useInvertedBackground={false} @@ -147,34 +147,34 @@ export default function AboutPage() { { id: "1", name: "Ahmed Mohamed", role: "Business Traveler", company: "Tech Consulting", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Ahmed Mohamed"}, + "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "Ahmed Mohamed"}, { id: "2", name: "Fatima Hassan", role: "Tourism Manager", company: "Ethiopian Tours", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "Fatima Hassan"}, + "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=2", imageAlt: "Fatima Hassan"}, { id: "3", name: "David Wilson", role: "International Visitor", company: "Coffee Importer", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg", imageAlt: "David Wilson"}, + "http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg?_wi=2", imageAlt: "David Wilson"}, { id: "4", name: "Getnet Tadesse", role: "Local Business Owner", company: "Dilla Commerce", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", imageAlt: "Getnet Tadesse"}, + "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=2", imageAlt: "Getnet Tadesse"}, { id: "5", name: "Maria Santos", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Maria Santos"}, + "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2", imageAlt: "Maria Santos"}, { id: "6", name: "James Anderson", role: "Corporate Executive", company: "International Logistics", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg", imageAlt: "James Anderson"}, + "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg?_wi=2", imageAlt: "James Anderson"}, ]} /> @@ -282,7 +282,7 @@ export default function HomePage() {