From 50690baabc22268d051df18835e74b31d8475681 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44668bb..c6e3e41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1