Merge version_2 into main #2
@@ -3,12 +3,11 @@
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import CardStack from '@/components/cardStack/CardStack';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { MapPin, Plane, CreditCard, Mail, Phone, ArrowRight } from 'lucide-react';
|
||||
import { Phone } from 'lucide-react';
|
||||
|
||||
export default function UzbekistanTourismPage() {
|
||||
const navItems = [
|
||||
@@ -77,6 +76,7 @@ export default function UzbekistanTourismPage() {
|
||||
plans={plans}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="light"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
@@ -87,6 +87,7 @@ export default function UzbekistanTourismPage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[{ id: "1", title: "How do I pay?", content: "We support direct card deposits for all pro subscriptions." }]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="light"
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
|
||||
Reference in New Issue
Block a user