Merge version_1 into main #1
@@ -77,7 +77,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}
|
||||
@@ -173,7 +173,7 @@ export default function AboutPage() {
|
||||
company: "Tech Consulting",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Mohamed",
|
||||
},
|
||||
{
|
||||
@@ -183,7 +183,7 @@ export default function AboutPage() {
|
||||
company: "Ethiopian Tours",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=2",
|
||||
imageAlt: "Fatima Hassan",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function AboutPage() {
|
||||
company: "Coffee Importer",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg?_wi=2",
|
||||
imageAlt: "David Wilson",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function AboutPage() {
|
||||
company: "Dilla Commerce",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=2",
|
||||
imageAlt: "Getnet Tadesse",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function AboutPage() {
|
||||
company: "Wanderlust Chronicles",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg",
|
||||
"http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function AboutPage() {
|
||||
company: "International Logistics",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg",
|
||||
"http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg?_wi=2",
|
||||
imageAlt: "James Anderson",
|
||||
},
|
||||
]}
|
||||
@@ -232,7 +232,7 @@ export default function AboutPage() {
|
||||
|
||||
<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=3"
|
||||
imageAlt="Delight International Hotel evening view"
|
||||
logoText="Delight International Hotel"
|
||||
copyrightText="© 2025 Delight International Hotel. All rights reserved."
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function ContactPage() {
|
||||
|
||||
<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=5"
|
||||
imageAlt="Delight International Hotel evening view"
|
||||
logoText="Delight International Hotel"
|
||||
copyrightText="© 2025 Delight International Hotel. All rights reserved."
|
||||
|
||||
@@ -1,29 +1,66 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Delight International Hotel - Dilla City, Ethiopia",
|
||||
description: "Welcome to Delight International Hotel in Dilla City. Comfortable rooms, authentic Ethiopian hospitality, fine dining, and reliable service for travelers and business visitors.",
|
||||
keywords: "hotel Dilla City, Ethiopia accommodation, Gedeo Zone lodging, Ethiopian hospitality, business hotel, travel accommodation",
|
||||
metadataBase: new URL("https://delighthotel.com"),
|
||||
alternates: {
|
||||
canonical: "https://delighthotel.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Delight International Hotel - Dilla City",
|
||||
description: "Experience authentic Ethiopian hospitality at Delight International Hotel with comfortable rooms, excellent dining, and friendly service.",
|
||||
siteName: "Delight International Hotel",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661419.jpg",
|
||||
alt: "Delight International Hotel",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Delight International Hotel",
|
||||
description: "Comfortable rooms and authentic hospitality in Dilla City, Ethiopia",
|
||||
images: ["http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661419.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +69,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +83,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -100,11 +100,11 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598343.jpg?_wi=1",
|
||||
imageAlt: "Restaurant dining area",
|
||||
},
|
||||
]}
|
||||
@@ -116,7 +116,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}
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Mohamed",
|
||||
},
|
||||
{
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
role: "Tourism Manager",
|
||||
company: "Ethiopian Tours",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1",
|
||||
imageAlt: "Fatima Hassan",
|
||||
},
|
||||
{
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
role: "International Visitor",
|
||||
company: "Coffee Importer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-bicycle_23-2148928014.jpg?_wi=1",
|
||||
imageAlt: "David Wilson",
|
||||
},
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=1",
|
||||
imageAlt: "Getnet Tadesse",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Chronicles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
role: "Corporate Executive",
|
||||
company: "International Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg?_wi=1",
|
||||
imageAlt: "James Anderson",
|
||||
},
|
||||
]}
|
||||
@@ -271,7 +271,7 @@ export default function HomePage() {
|
||||
price: "Comfortable Stay",
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=1",
|
||||
imageAlt: "Standard hotel room",
|
||||
},
|
||||
{
|
||||
@@ -281,7 +281,7 @@ export default function HomePage() {
|
||||
price: "Family Friendly",
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=1",
|
||||
imageAlt: "Twin room with two beds",
|
||||
},
|
||||
{
|
||||
@@ -291,7 +291,7 @@ export default function HomePage() {
|
||||
price: "Premium Workspace",
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-while-sitting-couch_7502-9116.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-while-sitting-couch_7502-9116.jpg?_wi=1",
|
||||
imageAlt: "Business room with office desk",
|
||||
},
|
||||
]}
|
||||
@@ -395,7 +395,7 @@ export default function HomePage() {
|
||||
value: "100%",
|
||||
title: "Local Sourcing",
|
||||
description: "Fresh ingredients from Gedeo region",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg?_wi=1",
|
||||
imageAlt: "Traditional Ethiopian cuisine",
|
||||
},
|
||||
{
|
||||
@@ -403,7 +403,7 @@ export default function HomePage() {
|
||||
value: "3x",
|
||||
title: "Daily Service",
|
||||
description: "Breakfast, lunch, and dinner availability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg?_wi=1",
|
||||
imageAlt: "Coffee ceremony service",
|
||||
},
|
||||
]}
|
||||
@@ -434,7 +434,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."
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function RestaurantPage() {
|
||||
title: "Local Sourcing",
|
||||
description: "Fresh ingredients from Gedeo region",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg?_wi=2",
|
||||
imageAlt: "Traditional Ethiopian cuisine",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function RestaurantPage() {
|
||||
title: "Daily Service",
|
||||
description: "Breakfast, lunch, and dinner availability",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg?_wi=2",
|
||||
imageAlt: "Coffee ceremony service",
|
||||
},
|
||||
]}
|
||||
@@ -113,7 +113,7 @@ export default function RestaurantPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79625.jpg?_wi=3",
|
||||
imageAlt: "Traditional Ethiopian cuisine",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function RestaurantPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg?_wi=3",
|
||||
imageAlt: "Coffee ceremony service",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function RestaurantPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598343.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598343.jpg?_wi=2",
|
||||
imageAlt: "Restaurant dining service",
|
||||
},
|
||||
]}
|
||||
@@ -166,7 +166,7 @@ export default function RestaurantPage() {
|
||||
|
||||
<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=4"
|
||||
imageAlt="Delight International Hotel evening view"
|
||||
logoText="Delight International Hotel"
|
||||
copyrightText="© 2025 Delight International Hotel. All rights reserved."
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function RoomsPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg",
|
||||
"http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=2",
|
||||
imageAlt: "Standard hotel room",
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,7 @@ export default function RoomsPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=2",
|
||||
imageAlt: "Twin room with two beds",
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function RoomsPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Highly Rated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-using-laptop-while-sitting-couch_7502-9116.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-woman-using-laptop-while-sitting-couch_7502-9116.jpg?_wi=2",
|
||||
imageAlt: "Business room with office desk",
|
||||
},
|
||||
]}
|
||||
@@ -199,7 +199,7 @@ export default function RoomsPage() {
|
||||
|
||||
<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."
|
||||
|
||||
Reference in New Issue
Block a user