Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #16.
This commit is contained in:
@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
|
||||
@@ -152,15 +152,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Свяжитесь с Нами"
|
||||
title="Готовы Посетить Нас?"
|
||||
description="Мы всегда рады новым гостям и готовы ответить на любые ваши вопросы. Свяжитесь с нами для бронирования или по любым другим вопросам."
|
||||
buttons={[
|
||||
{ text: "Отправить Сообщение", href: "mailto:info@bochka.com" },
|
||||
{ text: "Позвонить", href: "tel:+998991234567" }
|
||||
<ContactSplitForm
|
||||
title="Свяжитесь с Нами"
|
||||
description="Мы рады помочь с вашими заказами, бронированием и ответами на вопросы. Заполните форму, и мы свяжемся с вами в ближайшее время."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Ваше имя", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Ваш email", required: true }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
multiSelect={{
|
||||
name: "serviceOption", label: "Выберите опцию", options: ["Доставка", "Самовывоз", "Бронирование столика"]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Ваше сообщение", rows: 5
|
||||
}}
|
||||
buttonText="Отправить"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2149428750.jpg"
|
||||
imageAlt="Официант наливает вино"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -200,4 +209,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user