Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-03 21:24:01 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -60,6 +59,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Burger Classique", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1" },
{ id: "2", name: "Burger Poulet", price: "9.50 €", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1" },
@@ -77,6 +77,7 @@ export default function LandingPage() {
author="Thomas Martin"
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
avatars={[]}
/>
</div>
@@ -85,6 +86,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Contactez-nous"
description="Une question ou une réservation ?"
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Votre nom" },
{ name: "phone", type: "tel", placeholder: "Votre numéro" },