Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de8f5342a0 | |||
| 80e4a985bb | |||
| b4c33e3da6 | |||
| 3501080fcd |
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -101,25 +101,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah", handle: "@foodie", testimonial: "Excellent service et brisket fondante.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" },
|
{ id: "1", name: "Sarah", handle: "@foodie", testimonial: "Excellent service et brisket fondante.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" },
|
||||||
{ id: "2", name: "Marc", handle: "@bbq_fan", testimonial: "Le plateau dégustation est une merveille.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg" },
|
{ id: "2", name: "Marc", handle: "@bbq_fan", testimonial: "Le plateau dégustation est une merveille.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg" },
|
||||||
{ id: "3", name: "Julie", handle: "@mtl_resto", testimonial: "Superbe ambiance pour les soirées country.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg" },
|
{ id: "3", name: "Julie", handle: "@mtl_resto", testimonial: "Superbe ambiance pour les soirées country.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg" },
|
||||||
{ id: "4", name: "David", handle: "@food_lover", testimonial: "Portions généreuses et viandes fumées de qualité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg" },
|
{ id: "4", name: "David", handle: "@food_lover", testimonial: "Portions généreuses et viandes fumées de qualité.", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg" },
|
||||||
{ id: "5", name: "Sophie", handle: "@traveler", testimonial: "Cocktails innovants, je recommande !", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg" }
|
{ id: "5", name: "Sophie", handle: "@traveler", testimonial: "Cocktails innovants, je recommande !", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg" }
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
|
||||||
title="Ce que disent nos clients"
|
title="Ce que disent nos clients"
|
||||||
description="192 avis Google témoignent de notre passion."
|
description="192 avis Google témoignent de notre passion."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqDouble
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -134,25 +133,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
title="Réservez au Le Fumoir Blainville !"
|
||||||
background={{
|
description="Contactez-nous pour toute demande ou réservation. 1083 Bd Curé-Labelle, Blainville, Quebec."
|
||||||
variant: "downward-rays-static"}}
|
inputs={[
|
||||||
text="Réservez au Le Fumoir Blainville ! Contactez-nous pour toute demande ou réservation. 1083 Bd Curé-Labelle, Blainville, Quebec."
|
{ name: "name", type: "text", placeholder: "Votre nom" },
|
||||||
buttons={[
|
{ name: "email", type: "email", placeholder: "Votre email" }
|
||||||
{
|
|
||||||
text: "Réserver maintenant", href: "https://lefumoirbbq.com"},
|
|
||||||
]}
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
mediaPosition="right"
|
||||||
|
buttonText="Envoyer"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterSimple
|
||||||
logoText="Le Fumoir"
|
columns={[
|
||||||
leftLink={{
|
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Menu", href: "#menu" }] },
|
||||||
text: "Politique de confidentialité", href: "#"}}
|
{ title: "Informations", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
|
||||||
rightLink={{
|
]}
|
||||||
text: "© 2026 Le Fumoir", href: "#"}}
|
bottomLeftText="© 2026 Le Fumoir"
|
||||||
|
bottomRightText="Politique de confidentialité"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user