From 04ee0446c75c3fa2df071141c14bdff0fc321db6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:46:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9aa40..90ea9fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,14 +19,14 @@ export default function LandingPage() { nav: [{ name: "Home", id: "#hero" }, { name: "About", id: "#about" }, { name: "Amenities", id: "#features" }, { name: "Contact", id: "#contact" }], hero: { title: "A Legacy of Hospitality in the Heart of Shakhrisabz", desc: "Experience unparalleled comfort at Maqom Plaza, where rich Uzbek heritage meets modern luxury in every detail." }, about: { title: "Excellence in Every Detail", desc: ["Maqom Plaza invites you to a stay that defines elegance. Located in the historic Shakhrisabz, we bridge the gap between tradition and comfort, providing a sanctuary for every traveler.", "Our commitment to service ensures every guest feels at home."] }, - testimonials: { title: "Guest Experiences", desc: "Read what our cherished guests have to say about their stay at Maqom Plaza.", list: [{ id: "1", title: "Excellent Stay", quote: "A truly wonderful experience in the heart of the city.", name: "Sarah Miller", role: "Travel Blogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775398988152-z73heach.jpg?_wi=1" }, { id: "2", title: "Business Ready", quote: "Professional service and exceptionally comfortable rooms.", name: "Ahmed Mansour", role: "Business Executive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg" }] }, + testimonials: { title: "Guest Experiences", desc: "Read what our cherished guests have to say about their stay at Maqom Plaza.", list: [{ id: "1", title: "Excellent Stay", quote: "A truly wonderful experience in the heart of the city.", name: "Sarah Miller", role: "Travel Blogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775398988152-z73heach.jpg?_wi=1" }, { id: "2", title: "Business Ready", quote: "Professional service and exceptionally comfortable rooms.", name: "Ahmed Mansour", role: "Business Executive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg?_wi=1" }] }, footer: { nav: [{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] }, { title: "Contact", items: [{ label: "info@maqomplaza.com", href: "mailto:info@maqomplaza.com" }] }] } }, uz: { nav: [{ name: "Bosh sahifa", id: "#hero" }, { name: "Biz haqimizda", id: "#about" }, { name: "Qulayliklar", id: "#features" }, { name: "Aloqa", id: "#contact" }], hero: { title: "Shahrisabz markazidagi mehmondo'stlik merosi", desc: "Maqom Plazada betakror qulaylikni his eting, bu yerda boy o'zbek merosi har bir detalda zamonaviy hashamat bilan uyg'unlashadi." }, about: { title: "Har bir detallarda mukammallik", desc: ["Maqom Plaza sizni nafosatni ifodalovchi dam olishga taklif qiladi. Tarixiy Shahrisabzda joylashgan biz an'ana va qulaylik o'rtasidagi ko'prikni yaratamiz.", "Xizmatimizga bo'lgan sadoqatimiz har bir mehmon o'zini uyidagidek his qilishini ta'minlaydi."] }, - testimonials: { title: "Mehmonlar taassurotlari", desc: "Qadrli mehmonlarimizning Maqom Plazadagi qolishlari haqidagi fikrlarini o'qing.", list: [{ id: "1", title: "Ajoyib qolish", quote: "Shahar markazida chinakam ajoyib tajriba.", name: "Sara Miller", role: "Sayohat blogeri", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775398988152-z73heach.jpg?_wi=3" }, { id: "2", title: "Biznes uchun tayyor", quote: "Professional xizmat va g'oyat qulay xonalar.", name: "Ahmed Mansour", role: "Biznes ijrochi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg" }] }, + testimonials: { title: "Mehmonlar taassurotlari", desc: "Qadrli mehmonlarimizning Maqom Plazadagi qolishlari haqidagi fikrlarini o'qing.", list: [{ id: "1", title: "Ajoyib qolish", quote: "Shahar markazida chinakam ajoyib tajriba.", name: "Sara Miller", role: "Sayohat blogeri", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775398988152-z73heach.jpg?_wi=3" }, { id: "2", title: "Biznes uchun tayyor", quote: "Professional xizmat va g'oyat qulay xonalar.", name: "Ahmed Mansour", role: "Biznes ijrochi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg?_wi=2" }] }, footer: { nav: [{ title: "Navigatsiya", items: [{ label: "Bosh sahifa", href: "#hero" }, { label: "Biz haqimizda", href: "#about" }] }, { title: "Aloqa", items: [{ label: "info@maqomplaza.com", href: "mailto:info@maqomplaza.com" }] }] } } }; @@ -61,7 +61,7 @@ export default function LandingPage() { title={t.hero.title} description={t.hero.desc} leftCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775398988152-z73heach.jpg?_wi=5" }]} - rightCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg" }]} + rightCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775400332774-n6dw149c.jpg?_wi=3" }]} /> @@ -94,7 +94,7 @@ export default function LandingPage() {