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