Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-05 14:21:29 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ value: "100%", label: "Guest Satisfaction" },
]}
buttons={[
{ text: "Instagram", href: "https://instagram.com/maqomplaza" },
{ text: "Instagram", href: "https://www.instagram.com/maqom.plaza.hotel?igsh=c3VyOWQ1dnYwOHJv" },
{ text: "Telegram", href: "https://t.me/maqomplaza" },
{ text: "WhatsApp", href: "https://wa.me/998901234567" }
]}
@@ -89,7 +89,7 @@ export default function LandingPage() {
title="Amenities for Your Comfort"
description="We offer a curated experience to ensure your stay is memorable, comfortable, and truly relaxing."
buttons={[
{ text: "Instagram", href: "https://instagram.com/maqomplaza" },
{ text: "Instagram", href: "https://www.instagram.com/maqom.plaza.hotel?igsh=c3VyOWQ1dnYwOHJv" },
{ text: "Telegram", href: "https://t.me/maqomplaza" },
{ text: "WhatsApp", href: "https://wa.me/998901234567" }
]}
@@ -135,7 +135,11 @@ export default function LandingPage() {
columns={[
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "Rooms", href: "#features" }, { label: "Dining", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/maqomplaza" }, { label: "Telegram", href: "https://t.me/maqomplaza" }, { label: "WhatsApp", href: "https://wa.me/998901234567" }] }
{ title: "Connect", items: [
{ label: "Instagram", href: "https://www.instagram.com/maqom.plaza.hotel?igsh=c3VyOWQ1dnYwOHJv" },
{ label: "Telegram", href: "https://t.me/maqomplaza" },
{ label: "WhatsApp", href: "https://wa.me/998901234567" }
] }
]}
logoText="Maqom Plaza"
copyrightText="© 2025 Maqom Plaza Hotel. All Rights Reserved."
@@ -144,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}