Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a02f23e74 | |||
| 123e6e544a | |||
| f41912d4b0 | |||
| b63960b9c7 | |||
| bc0803c0bc | |||
| 7888c19eb6 | |||
| 24a778e836 | |||
| 2cb529144c |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -128,16 +128,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact"
|
||||
<ContactSplitForm
|
||||
title="Envie de nous rendre visite ?"
|
||||
description="Venez savourer nos plats dans une ambiance chaleureuse et végétale."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Votre nom" },
|
||||
{ name: "email", type: "email", placeholder: "Votre email" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Votre message" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business_23-2148006299.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Votre adresse email"
|
||||
mediaPosition="right"
|
||||
buttonText="Envoyer"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user