From aaf7a6405438b204eff89f4212217437ee6cdb50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:54:49 +0000 Subject: [PATCH 1/7] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index cb0d48a..9ef920a 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -24,7 +24,7 @@ export default function AmenitiesPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function AmenitiesPage() { Date: Tue, 3 Mar 2026 07:54:50 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bbdba8f..2da87f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,7 +29,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 07:54:51 +0000 Subject: [PATCH 3/7] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 54 +++++++--------------------------------- 1 file changed, 9 insertions(+), 45 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 11d1399..9f26a43 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -24,7 +24,7 @@ export default function GalleryPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function GalleryPage() { Date: Tue, 3 Mar 2026 07:54:51 +0000 Subject: [PATCH 4/7] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a293b20..2fd8c64 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Eco Village - Luxury Villa Accommodation in Samarkand", - description: "Eco Village offers premium villa-style accommodation in Samarkand with free breakfast, parking, WiFi. Book direct for best rates. Near UNESCO Registan. 3.8★ rated.", - keywords: "villa Samarkand, eco hotel Samarkand, boutique accommodation Uzbekistan, luxury rooms Samarkand, villa stay near Registan", - metadataBase: new URL("https://ecovillage-samarkand.com"), + title: "Eco Village - Luxury Villa Accommodation in Samarkand", description: "Eco Village offers premium villa-style accommodation in Samarkand with free breakfast, parking, WiFi. Book direct for best rates. Near UNESCO Registan. 3.8★ rated.", keywords: "villa Samarkand, eco hotel Samarkand, boutique accommodation Uzbekistan, luxury rooms Samarkand, villa stay near Registan", metadataBase: new URL("https://ecovillage-samarkand.com"), alternates: { - canonical: "https://ecovillage-samarkand.com", - }, + canonical: "https://ecovillage-samarkand.com"}, openGraph: { - title: "Eco Village - Your Peaceful Villa Stay in Samarkand", - description: "Experience eco-conscious luxury near the Silk Road. Authentic Uzbek hospitality, beautiful courtyard, free breakfast & WiFi.", - url: "https://ecovillage-samarkand.com", - siteName: "Eco Village Samarkand", - type: "website", - images: [ + title: "Eco Village - Your Peaceful Villa Stay in Samarkand", description: "Experience eco-conscious luxury near the Silk Road. Authentic Uzbek hospitality, beautiful courtyard, free breakfast & WiFi.", url: "https://ecovillage-samarkand.com", siteName: "Eco Village Samarkand", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg", - alt: "Eco Village courtyard", - }, + url: "http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg", alt: "Eco Village courtyard"}, ], }, twitter: { - card: "summary_large_image", - title: "Eco Village - Luxury Villa in Samarkand", - description: "Premium eco-conscious accommodation near UNESCO Registan. Book direct & save.", - images: ["http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg"], + card: "summary_large_image", title: "Eco Village - Luxury Villa in Samarkand", description: "Premium eco-conscious accommodation near UNESCO Registan. Book direct & save.", images: ["http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg"], }, robots: { index: true, -- 2.49.1 From dcd4f29ddd7e596704a3021215bafbc029761d2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:54:52 +0000 Subject: [PATCH 5/7] Update src/app/location/page.tsx --- src/app/location/page.tsx | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 21fb0b1..c3b3d58 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -24,7 +24,7 @@ export default function LocationPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function LocationPage() { Date: Tue, 3 Mar 2026 07:54:53 +0000 Subject: [PATCH 6/7] Update src/app/page.tsx --- src/app/page.tsx | 96 ++++++++---------------------------------------- 1 file changed, 16 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04e6df2..5eab637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 07:54:53 +0000 Subject: [PATCH 7/7] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 55 +++++++++--------------------------------- 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 17169f9..be9b9b4 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -24,7 +24,7 @@ export default function RoomsPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function RoomsPage() {