Update src/app/location/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<HeroCentered
|
||||
title="Location & Directions - Eco Village Samarkand"
|
||||
description="Ideally situated in the heart of Samarkand, perfectly positioned to explore UNESCO heritage sites, local bazaars, and authentic Uzbek culture."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest testimonial" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Guest testimonial" },
|
||||
@@ -64,23 +64,11 @@ export default function LocationPage() {
|
||||
tag="Attractions"
|
||||
features={[
|
||||
{
|
||||
title: "Registan Complex (UNESCO)",
|
||||
description: "15 minutes away. The iconic three-madrasah complex showcasing stunning Islamic architecture with intricate tilework and towering portals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg?_wi=2",
|
||||
imageAlt: "Registan Complex",
|
||||
},
|
||||
title: "Registan Complex (UNESCO)", description: "15 minutes away. The iconic three-madrasah complex showcasing stunning Islamic architecture with intricate tilework and towering portals.", imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", imageAlt: "Registan Complex"},
|
||||
{
|
||||
title: "Bibi-Khanym Mosque",
|
||||
description: "10 minutes away. One of Central Asia's largest mosques with magnificent blue domes and a sprawling courtyard for spiritual reflection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg?_wi=2",
|
||||
imageAlt: "Bibi-Khanym Mosque",
|
||||
},
|
||||
title: "Bibi-Khanym Mosque", description: "10 minutes away. One of Central Asia's largest mosques with magnificent blue domes and a sprawling courtyard for spiritual reflection.", imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg", imageAlt: "Bibi-Khanym Mosque"},
|
||||
{
|
||||
title: "Local Bazaars & Markets",
|
||||
description: "5 minutes away. Traditional Uzbek markets offering handicrafts, spices, textiles, and authentic souvenirs. Immerse in local culture and commerce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg?_wi=4",
|
||||
imageAlt: "Local markets",
|
||||
},
|
||||
title: "Local Bazaars & Markets", description: "5 minutes away. Traditional Uzbek markets offering handicrafts, spices, textiles, and authentic souvenirs. Immerse in local culture and commerce.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg", imageAlt: "Local markets"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -95,14 +83,7 @@ export default function LocationPage() {
|
||||
description="Multiple convenient transportation options to reach Eco Village from anywhere in Samarkand."
|
||||
tag="Transport"
|
||||
names={[
|
||||
"Airport Transfers",
|
||||
"Taxi Services",
|
||||
"Walking Distance",
|
||||
"Public Transport",
|
||||
"Car Rental",
|
||||
"Tour Shuttles",
|
||||
"Private Guides",
|
||||
]}
|
||||
"Airport Transfers", "Taxi Services", "Walking Distance", "Public Transport", "Car Rental", "Tour Shuttles", "Private Guides"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
|
||||
Reference in New Issue
Block a user