3 Commits

Author SHA1 Message Date
4f0d3b49ee Update src/app/page.tsx 2026-03-30 16:52:54 +00:00
1d699c50f0 Update src/app/page.tsx 2026-03-30 16:52:22 +00:00
1b79070931 Merge version_3 into main
Merge version_3 into main
2026-03-29 06:56:34 +00:00

View File

@@ -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 = [
@@ -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