Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-12 19:32:24 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -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"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-designer-talking-by-phone_171337-15733.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-designer-talking-by-phone_171337-15733.jpg?_wi=2"
imageAlt="Delight International Hotel evening view"
logoText="Delight International Hotel"
copyrightText="© 2025 Delight International Hotel. All rights reserved."

View File

@@ -87,7 +87,7 @@ export default function HomePage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/market-stall-with-various-dried-fruits-nuts_23-2148209806.jpg", imageAlt: "Traditional Ethiopian coffee"},
{
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", imageAlt: "Hotel courtyard and facilities"},
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=1", imageAlt: "Hotel courtyard and facilities"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598343.jpg", imageAlt: "Restaurant dining area"},
]}
@@ -99,7 +99,7 @@ export default function HomePage() {
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=2"
imageAlt="Hotel courtyard and premises"
textboxLayout="default"
useInvertedBackground={false}
@@ -162,22 +162,22 @@ export default function HomePage() {
testimonials={[
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", 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"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1", 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"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg?_wi=1", 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"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=1", 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"},
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1", 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"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg?_wi=1", imageAlt: "James Anderson"},
]}
/>
</div>
@@ -282,7 +282,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-designer-talking-by-phone_171337-15733.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-designer-talking-by-phone_171337-15733.jpg?_wi=1"
imageAlt="Delight International Hotel evening view"
logoText="Delight International Hotel"
copyrightText="© 2025 Delight International Hotel. All rights reserved."