From 62504168a190dac5b9cb0d4abc928768b55dbae7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:04:48 +0000 Subject: [PATCH 1/6] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 42 ++++++++------------------------------ 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 7f8ba6e..59b503d 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -43,30 +43,15 @@ export default function AmenitiesPage() { Date: Tue, 3 Mar 2026 05:04:49 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 460d25a..80b16e4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" @@ -65,7 +65,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" mediaPosition="left" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" From 3f344a5011b38ca86dac8a36e4f55d3b8cc69c3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:04:49 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a103adb..663cb87 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,30 +43,15 @@ export default function GalleryPage() { Date: Tue, 3 Mar 2026 05:04:50 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c04838e..6972ad5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,41 +4,25 @@ import { DM_Sans } from "next/font/google"; import "./globals.css"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Mercure Bukhara Old Town | 4-Star Luxury Hotel", - description: "Experience luxury hospitality in historic Bukhara. Mercure Bukhara Old Town offers elegant rooms, premium amenities, spa, fine dining, and free WiFi in the heart of UNESCO Old Town.", - keywords: "luxury hotel bukhara, 4-star hotel uzbekistan, bukhara accommodation, traditional uzbek hospitality, spa hotel, fine dining restaurant", - metadataBase: new URL("https://mercurebukhara.com"), + title: "Mercure Bukhara Old Town | 4-Star Luxury Hotel", description: "Experience luxury hospitality in historic Bukhara. Mercure Bukhara Old Town offers elegant rooms, premium amenities, spa, fine dining, and free WiFi in the heart of UNESCO Old Town.", keywords: "luxury hotel bukhara, 4-star hotel uzbekistan, bukhara accommodation, traditional uzbek hospitality, spa hotel, fine dining restaurant", metadataBase: new URL("https://mercurebukhara.com"), alternates: { - canonical: "https://mercurebukhara.com", - }, + canonical: "https://mercurebukhara.com"}, openGraph: { - title: "Mercure Bukhara Old Town | 4-Star Luxury Hotel", - description: "Discover timeless elegance in historic Bukhara with our premium 4-star hotel featuring luxury rooms, spa, fine dining, and world-class amenities.", - url: "https://mercurebukhara.com", - siteName: "Mercure Bukhara", - type: "website", - images: [ + title: "Mercure Bukhara Old Town | 4-Star Luxury Hotel", description: "Discover timeless elegance in historic Bukhara with our premium 4-star hotel featuring luxury rooms, spa, fine dining, and world-class amenities.", url: "https://mercurebukhara.com", siteName: "Mercure Bukhara", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", - alt: "Mercure Bukhara Old Town", - }, + url: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", alt: "Mercure Bukhara Old Town"}, ], }, twitter: { - card: "summary_large_image", - title: "Mercure Bukhara Old Town", - description: "Luxury 4-star hotel in historic Bukhara with premium amenities and authentic Uzbek hospitality.", - images: ["http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg"], + card: "summary_large_image", title: "Mercure Bukhara Old Town", description: "Luxury 4-star hotel in historic Bukhara with premium amenities and authentic Uzbek hospitality.", images: ["http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg"], }, robots: { index: true, From 04abd9212f147d91c67a530f33e1773ba065a199 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:04:50 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++--------------------------------------- 1 file changed, 18 insertions(+), 79 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51e7048..55e1f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,8 @@ export default function HomePage() { { text: "Learn More", href: "#about" } ]} dashboard={{ - title: "Hotel Highlights", - logoIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", - searchPlaceholder: "Check availability", - buttons: [ + title: "Hotel Highlights", logoIcon: Sparkles, + imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", searchPlaceholder: "Check availability", buttons: [ { text: "Book Direct", href: "/contact" }, { text: "View Rooms", href: "/rooms" } ], @@ -68,12 +65,11 @@ export default function HomePage() { { icon: Utensils } ], stats: [ - { title: "Guest Satisfaction", values: ["4.8", "4.9", "5.0"], description: "Stars from verified guests" }, - { title: "Years of Excellence", values: ["15", "16", "17"], description: "Serving guests with pride" }, - { title: "Room Categories", values: ["8", "9", "10"], description: "Premium accommodation options" } + { title: "Guest Satisfaction", values: [4.8, 4.9, 5.0], description: "Stars from verified guests" }, + { title: "Years of Excellence", values: [15, 16, 17], description: "Serving guests with pride" }, + { title: "Room Categories", values: [8, 9, 10], description: "Premium accommodation options" } ], - listTitle: "Premium Services", - listItems: [ + listTitle: "Premium Services", listItems: [ { icon: CheckCircle, title: "Free WiFi", status: "Available" }, { icon: Droplets, title: "Indoor Pool", status: "24/7 Access" }, { icon: Heart, title: "Spa & Hammam", status: "Open Daily" } @@ -86,30 +82,15 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 05:04:51 +0000 Subject: [PATCH 6/6] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 42 +++++++++--------------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index f0e264a..8061394 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -43,30 +43,15 @@ export default function RoomsPage() {