Merge version_4 into main #6
@@ -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 ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
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">
|
||||
<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"
|
||||
<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