Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -7,11 +7,11 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Sparkles, Plane, Compass } from "lucide-react";
|
||||
|
||||
export default function LuxuryTravelAgencyTemplatePage() {
|
||||
return (
|
||||
@@ -29,11 +29,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Контакты", id: "contact" }
|
||||
]}
|
||||
navItems={[]}
|
||||
brandName="Malik Travel"
|
||||
button={{ text: "Начать Путешествие", href: "#contact" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Malik Travel"
|
||||
@@ -161,33 +158,11 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Спланируйте Свое Путешествие"
|
||||
description="Позвольте нам создать ваше идеальное роскошное путешествие."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-works-home-high-quality-photo_72229-932.jpg"
|
||||
imageAlt="Роскошное путешествие"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Начать Планирование"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Полное Имя", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Адрес Электронной Почты", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Номер Телефона" },
|
||||
{ name: "destination", type: "text", placeholder: "Направление Мечты" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Расскажите нам о вашем идеальном путешествии...", rows: 4
|
||||
}}
|
||||
/>
|
||||
|
||||
<FooterCard
|
||||
logoText="Malik Travel"
|
||||
copyrightText="© 2025 Malik Travel | Роскошные Путешествия по Миру"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
socialLinks={[]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user