Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-03-30 16:52:25 +00:00

View File

@@ -4,7 +4,7 @@ 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 ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { Phone } from 'lucide-react';
@@ -80,14 +80,14 @@ 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}
<ContactSplit
tag="Support"
title="Get in Touch"
description="For support inquiries, technical assistance, or partnership questions, our team is ready to assist you."
tagIcon={Phone}
buttonText="Submit Inquiry"
onSubmit={(email) => console.log("Support inquiry for:", email)}
ariaLabel="Contact support section"
/>
</div>
<FooterBase