Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:10:07 +00:00
parent 114adf9cfb
commit 494671eb68

View File

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