diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3e9bcb6..9cb60a0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,63 +43,26 @@ export default function LandingPage() {
@@ -122,18 +73,9 @@ export default function LandingPage() {
title="Authentic Heritage, Modern Luxury"
description="At Maqom Plaza, we blend Uzbekistan's rich architectural tradition with refined modern comforts. Ideally located for both leisure and business travelers, we provide a sophisticated sanctuary."
metrics={[
- {
- value: "120+",
- title: "Guest Rooms",
- },
- {
- value: "15",
- title: "Conference Venues",
- },
- {
- value: "24/7",
- title: "Concierge Support",
- },
+ { value: "120+", title: "Guest Rooms" },
+ { value: "15", title: "Conference Venues" },
+ { value: "24/7", title: "Concierge Support" }
]}
imageSrc="http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821268.jpg"
mediaAnimation="blur-reveal"
@@ -147,21 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Bell,
- title: "24/7 Concierge",
- description: "Our team is available at all hours to assist with reservations and local tours.",
- },
- {
- icon: Utensils,
- title: "Authentic Dining",
- description: "Explore local flavors in our signature restaurant featuring traditional and international cuisine.",
- },
- {
- icon: Briefcase,
- title: "Business Center",
- description: "High-speed internet and professional conference rooms for your business needs.",
- },
+ { icon: Bell, title: "24/7 Concierge", description: "Our team is available at all hours to assist with reservations and local tours." },
+ { icon: Utensils, title: "Authentic Dining", description: "Explore local flavors in our signature restaurant featuring traditional and international cuisine." },
+ { icon: Briefcase, title: "Business Center", description: "High-speed internet and professional conference rooms for your business needs." }
]}
title="Exceptional Amenities"
description="Designed for the sophisticated traveler, we ensure every detail of your stay is comfortable and efficient."
@@ -170,52 +100,17 @@ export default function LandingPage() {
@@ -403,34 +182,8 @@ export default function LandingPage() {