Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f0d3b49ee | |||
| 1d699c50f0 | |||
| 1b79070931 | |||
| 0920a94a89 | |||
| 81e1e34d1b | |||
| 7739341ef3 | |||
| 372162fb63 |
@@ -4,10 +4,9 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import CardStack from '@/components/cardStack/CardStack';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { Phone } from 'lucide-react';
|
||||
|
||||
export default function UzbekistanTourismPage() {
|
||||
const navItems = [
|
||||
@@ -30,7 +29,7 @@ export default function UzbekistanTourismPage() {
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro", price: "$3", subtitle: "Unlimited exploration for your entire trip.", buttons: [{ text: "Unlock Unlimited Access", href: "#" }],
|
||||
features: ["Unlimited city guides", "Direct deposit payment support", "Priority itinerary optimization", "24/7 travel concierge"]
|
||||
features: ["Unlimited city guides", "Unlimited personalized itineraries", "Direct deposit payment support", "24/7 dedicated travel concierge"]
|
||||
}
|
||||
];
|
||||
|
||||
@@ -80,14 +79,10 @@ export default function UzbekistanTourismPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Still have questions?"
|
||||
ctaDescription="Our travel experts are here to help you get the most out of your Uzbekistan trip."
|
||||
ctaButton={{ text: "Contact Support", href: "mailto:support@uzbektravel.com" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[{ id: "1", title: "How do I pay?", content: "We support direct card deposits for all pro subscriptions." }]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
<ContactText
|
||||
text="For support inquiries, technical assistance, or partnership questions, our team is ready to assist you."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
|
||||
Reference in New Issue
Block a user