Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afd2095749 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Галерея", id: "/gallery"},
|
||||
{
|
||||
name: "Контакти", id: "/contacts"},
|
||||
name: "Контакти", id: "#contact"},
|
||||
]}
|
||||
brandName="Pizzeria Daniel"
|
||||
button={{
|
||||
@@ -147,11 +147,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Залишилися питання? Зв'яжіться з нами!"
|
||||
<ContactCenter
|
||||
tag="Зв'яжіться з нами"
|
||||
title="Залишилися питання?"
|
||||
description="Ми завжди раді відповісти на ваші запитання та допомогти з бронюванням або замовленням."
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
inputPlaceholder="Ваш email"
|
||||
buttonText="Відправити"
|
||||
termsText="Натискаючи 'Відправити', ви погоджуєтесь з нашою Політикою конфіденційності."
|
||||
onSubmit={() => console.log("Form submitted")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,7 +186,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Галерея", href: "/gallery"},
|
||||
{
|
||||
label: "Контакти", href: "/contacts"},
|
||||
label: "Контакти", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user