4 Commits

Author SHA1 Message Date
9e1a12a77a Merge version_2 into main
Merge version_2 into main
2026-03-11 08:11:03 +00:00
b29cb7c643 Update src/app/page.tsx 2026-03-11 08:11:00 +00:00
b11ea4deb8 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:09:38 +00:00
452454f41e Merge version_1 into main
Merge version_1 into main
2026-03-11 08:09:16 +00:00

View File

@@ -172,10 +172,10 @@ export default function LandingPage() {
id: "1", title: "What is the best time to visit Dushanbe?", content: "The best time to visit Dushanbe is from April to October when the weather is mild and pleasant. Summer months (June-August) are warmest but can be crowded. Spring and fall offer ideal trekking conditions with comfortable temperatures."
},
{
id: "2", title: "What are the main natural attractions around Dushanbe?", content: "Major natural attractions include the Pamir Mountains, Varzob Gorge, Botanical Gardens, Hisor Valley, and Anzob Pass. Each offers unique landscapes perfect for hiking, photography, and nature exploration."
id: "2", title: "Is Dushanbe safe for tourists?", content: "Yes, Dushanbe is generally safe for tourists. The city has friendly locals and good infrastructure. Standard travel precautions apply. Use registered taxis, avoid displaying valuables, and stay in well-traveled areas, especially at night."
},
{
id: "3", title: "Is Dushanbe safe for tourists?", content: "Yes, Dushanbe is generally safe for tourists. The city has friendly locals and good infrastructure. Standard travel precautions apply. Use registered taxis, avoid displaying valuables, and stay in well-traveled areas, especially at night."
id: "3", title: "What are the main natural attractions around Dushanbe?", content: "Major natural attractions include the Pamir Mountains, Varzob Gorge, Botanical Gardens, Hisor Valley, and Anzob Pass. Each offers unique landscapes perfect for hiking, photography, and nature exploration."
},
{
id: "4", title: "What should I pack for a Dushanbe visit?", content: "Pack comfortable walking shoes, weather-appropriate clothing (layers for mountains), sunscreen, water bottle, camera, and a daypack. In summer, bring light clothing; in spring/fall, bring a light jacket. Trekking gear recommended for mountain activities."
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}