Merge version_2 into main #6
@@ -9,7 +9,6 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import { Award, Gift, MapPin, ShieldCheck, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,6 +56,7 @@ export default function LandingPage() {
|
||||
title="Engagement Great Saveurs"
|
||||
description="Qualité artisanale et authenticité française au cœur de notre démarche."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Artisanat", title: "Savoir-faire", subtitle: "Authenticité", description: "Fabrication authentique par des artisans." },
|
||||
{ tag: "Terroir", title: "Régional", subtitle: "100% Terroir", description: "Le meilleur des régions françaises." }
|
||||
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Franck Chatail parcourt les régions de France pour vous proposer ce que les producteurs locaux font de mieux. Confitures, miels, biscuits artisanaux, chocolats — chaque produit est choisi pour sa qualité et son authenticité." }
|
||||
]}
|
||||
@@ -78,6 +79,7 @@ export default function LandingPage() {
|
||||
description="Une sélection raffinée de spécialités régionales."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Miels de France", price: "Sur demande", variant: "Artisan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1qOSIyqpAJnVmTp8rS4p8ETfF/uploaded-1777545608060-62m531yz.jpg" },
|
||||
@@ -91,6 +93,7 @@ export default function LandingPage() {
|
||||
title="Paniers Garnis"
|
||||
description="Pour cadeaux d'entreprise, mariages ou fêtes, créez des compositions uniques."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Sur-mesure", title: "Cadeaux Signature", subtitle: "Composition unique", description: "Mélangez nos meilleures sélections pour un cadeau inoubliable." }
|
||||
]}
|
||||
@@ -102,6 +105,8 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Vente sur commande directe"
|
||||
description="Contactez-nous pour toute demande de commande ou conseil sur notre gamme."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "07 84 55 81 49", href: "tel:0784558149" },
|
||||
{ text: "franck.chatail0475@orange.fr", href: "mailto:franck.chatail0475@orange.fr" }
|
||||
|
||||
Reference in New Issue
Block a user