Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bbce43eab | |||
| 566b5dba61 | |||
| 3800a5b16f | |||
| ecb6c7f8e0 | |||
| 50fdb7d72c | |||
| e2a43c38c6 | |||
| 0db98d7675 | |||
| 8fc4eaab6a | |||
| eba00d9441 | |||
| ff49604655 | |||
| c18762aa34 | |||
| cb360a9671 | |||
| 54449559de | |||
| fcd238467c | |||
| 6483b3094c | |||
| 5c4a34060d | |||
| 6989506b1f |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
@@ -138,12 +138,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reserve Table"
|
||||
title="Visit Us Today"
|
||||
description="Join us at Brsalje ul. 14, Dubrovnik."
|
||||
title="Reserve Your Table"
|
||||
description="Join us for an unforgettable dining experience in the heart of Dubrovnik. Book online below or call us directly at +385 20 123 456. For immediate bookings (within 2 hours), please call us at +385 20 123 456 to secure your spot."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Date", required: true }
|
||||
]}
|
||||
buttonText="Reserve Now"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DJl50SrBKEkSQD9DhfJzxcx20j/uploaded-1778228935408-b5vp9rpi.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user