Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7e87cbd29 | |||
| 29e4afe74e | |||
| 9fd27bf993 | |||
| 3210a8c9a2 | |||
| 32cbc4142d | |||
| a0aa95438f |
240
src/app/page.tsx
240
src/app/page.tsx
@@ -9,6 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Produits",
|
name: "Produits", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Conseils",
|
name: "Conseils", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Alliance Pêche"
|
brandName="Alliance Pêche"
|
||||||
/>
|
/>
|
||||||
@@ -52,116 +45,86 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="L’expertise pêche haut de gamme"
|
title="L’expertise pêche haut de gamme"
|
||||||
description="Un magasin reconnu pour ses conseils experts, son large choix et une expérience client exceptionnelle."
|
description="Un magasin reconnu pour ses conseils experts, son large choix et une expérience client exceptionnelle."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-fishing-bait-with-notepad-net_23-2148429451.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-fishing-bait-with-notepad-net_23-2148429451.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/different-type-fishing-baits-with-black-small-placard-wooden-surface_23-2148189239.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/different-type-fishing-baits-with-black-small-placard-wooden-surface_23-2148189239.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516382.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516382.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-is-choosing-seafood-local-chenise-market-he-is-compares-prices-seafood_613910-20754.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-is-choosing-seafood-local-chenise-market-he-is-compares-prices-seafood_613910-20754.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/small-black-placard-fishing-rod-cap-measuring-scale-wooden-plank_23-2148189286.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/small-black-placard-fishing-rod-cap-measuring-scale-wooden-plank_23-2148189286.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-reel-fishing-lure-fishing-float-cork-fishing-net-table_23-2148189248.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/fishing-reel-fishing-lure-fishing-float-cork-fishing-net-table_23-2148189248.jpg?_wi=1", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/different-type-fishing-lures-around-black-wooden-slate-wooden-backdrop_23-2148189277.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/different-type-fishing-lures-around-black-wooden-slate-wooden-backdrop_23-2148189277.jpg?_wi=1", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-lure-float-hook-with-plier-fishing-reel-measuring-scale-desk_23-2148189220.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/fishing-lure-float-hook-with-plier-fishing-reel-measuring-scale-desk_23-2148189220.jpg?_wi=1", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fishing-essentials-with-paper-bag-sheet-paper_23-2148429490.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fishing-essentials-with-paper-bag-sheet-paper_23-2148429490.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-float-lure-with-plier-wooden-desk_23-2148189276.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/fishing-float-lure-with-plier-wooden-desk_23-2148189276.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138761.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138761.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fisherman-holding-fishing-rod-giving-thumbs-up_23-2148429546.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fisherman-holding-fishing-rod-giving-thumbs-up_23-2148429546.jpg", imageAlt: "Fishing Gear"},
|
||||||
imageAlt: "Fishing Gear",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Découvrir le magasin",
|
text: "Découvrir le magasin", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg",
|
src: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/backpacker-talking-mobile-white-background_1368-6182.jpg",
|
src: "http://img.b2bpic.net/free-photo/backpacker-talking-mobile-white-background_1368-6182.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3544.jpg",
|
src: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3544.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/fisherman-giving-thumbs-up-while-holding-fishing-rod_23-2148429503.jpg",
|
src: "http://img.b2bpic.net/free-photo/fisherman-giving-thumbs-up-while-holding-fishing-rod_23-2148429503.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Plus de 500 passionnés nous font confiance"
|
avatarText="Plus de 500 passionnés nous font confiance"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Conseils sur mesure"},
|
||||||
text: "Conseils sur mesure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Matériel pro"},
|
||||||
text: "Matériel pro",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Service après-vente"},
|
||||||
text: "Service après-vente",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Stock permanent"},
|
||||||
text: "Stock permanent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Atelier réparation"},
|
||||||
text: "Atelier réparation",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="products" data-section="products">
|
||||||
|
<ProductCardOne
|
||||||
|
title="Nos produits phares"
|
||||||
|
description="Découvrez notre sélection de matériel de pêche sélectionné avec soin pour vos sorties en mer ou en rivière."
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
|
animationType="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
products={[
|
||||||
|
{ id: "p1", name: "Canne à pêche Carbone", price: "120€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775988687830-eqv3r088.png" },
|
||||||
|
{ id: "p2", name: "Moulinet Haute Précision", price: "85€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775988687831-id8bi5re.png" },
|
||||||
|
{ id: "p3", name: "Coffret Leurres Premium", price: "45€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775988687831-02z1bv3k.png" },
|
||||||
|
{ id: "p4", name: "Épuisette télescopique", price: "35€", imageSrc: "http://img.b2bpic.net/free-photo/fishing-lure-float-hook-with-plier-fishing-reel-measuring-scale-desk_23-2148189220.jpg?_wi=2" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -169,23 +132,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Conseils experts",
|
title: "Conseils experts", description: "Un vendeur passionné qui maîtrise toutes les techniques de pêche.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775984967939-aslxp32o.png", imageAlt: "Expert Advice"},
|
||||||
description: "Un vendeur passionné qui maîtrise toutes les techniques de pêche.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775984967939-aslxp32o.png",
|
|
||||||
imageAlt: "Expert Advice",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Large choix",
|
title: "Large choix", description: "Une sélection complète pour tous les niveaux, du débutant au confirmé.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-many-colorful-fishing-lure-wooden-desk_23-2148189281.jpg?_wi=2", imageAlt: "Large Selection"},
|
||||||
description: "Une sélection complète pour tous les niveaux, du débutant au confirmé.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-many-colorful-fishing-lure-wooden-desk_23-2148189281.jpg",
|
|
||||||
imageAlt: "Large Selection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Qualité premium",
|
title: "Qualité premium", description: "Des produits rigoureusement sélectionnés pour leur performance.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-fishing-rod-catch-fish_23-2148853198.jpg", imageAlt: "Premium Quality"},
|
||||||
description: "Des produits rigoureusement sélectionnés pour leur performance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-fishing-rod-catch-fish_23-2148853198.jpg",
|
|
||||||
imageAlt: "Premium Quality",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Pourquoi nous choisir"
|
title="Pourquoi nous choisir"
|
||||||
description="Nous offrons une expérience de pêche incomparable grâce à notre expertise."
|
description="Nous offrons une expérience de pêche incomparable grâce à notre expertise."
|
||||||
@@ -197,49 +148,24 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Evan", handle: "@evan", testimonial: "Accueil parfait et magasin très propre. Conseils exceptionnels.", rating: 5,
|
||||||
name: "Evan",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-healthy-smiling-bearded-caucasian-male-pensioner-t-shirt-posing-outdoors-with-green-trees-holding-fishing-rod-enjoying-angling-recreation-leisure-nature-concept_343059-4765.jpg"},
|
||||||
handle: "@evan",
|
|
||||||
testimonial: "Accueil parfait et magasin très propre. Conseils exceptionnels.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-healthy-smiling-bearded-caucasian-male-pensioner-t-shirt-posing-outdoors-with-green-trees-holding-fishing-rod-enjoying-angling-recreation-leisure-nature-concept_343059-4765.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jean Michel", handle: "@jeanm", testimonial: "Un choix excellent et des conseils très professionnels.", rating: 5,
|
||||||
name: "Jean Michel",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||||
handle: "@jeanm",
|
|
||||||
testimonial: "Un choix excellent et des conseils très professionnels.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Pierre", handle: "@pierre", testimonial: "Très beau magasin avec du matériel de qualité.", rating: 5,
|
||||||
name: "Pierre",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fisherman-holding-fishing-rod_23-2147894147.jpg"},
|
||||||
handle: "@pierre",
|
|
||||||
testimonial: "Très beau magasin avec du matériel de qualité.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fisherman-holding-fishing-rod_23-2147894147.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Luc", handle: "@luc", testimonial: "Le meilleur endroit pour s'équiper dans la région.", rating: 5,
|
||||||
name: "Luc",
|
imageSrc: "http://img.b2bpic.net/free-photo/summertime-image-skilled-fisherman-retirement-having-rest-wild-nature-using-fishing-rod-waiting-fish-be-caught_343059-2606.jpg"},
|
||||||
handle: "@luc",
|
|
||||||
testimonial: "Le meilleur endroit pour s'équiper dans la région.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-image-skilled-fisherman-retirement-having-rest-wild-nature-using-fishing-rod-waiting-fish-be-caught_343059-2606.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sophie", handle: "@sophie", testimonial: "Des produits de niche introuvables ailleurs.", rating: 5,
|
||||||
name: "Sophie",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-telling-secret-holding-paper-bag_23-2148316744.jpg"},
|
||||||
handle: "@sophie",
|
|
||||||
testimonial: "Des produits de niche introuvables ailleurs.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-telling-secret-holding-paper-bag_23-2148316744.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
|
||||||
title="Avis clients"
|
title="Avis clients"
|
||||||
description="Ce que pensent nos pêcheurs passionnés."
|
description="Ce que pensent nos pêcheurs passionnés."
|
||||||
/>
|
/>
|
||||||
@@ -255,25 +181,9 @@ export default function LandingPage() {
|
|||||||
tag="Blog"
|
tag="Blog"
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "Technique", title: "Comment choisir son leurre ?", excerpt: "Apprenez à sélectionner le leurre idéal selon la saison et l'espèce recherchée.", imageSrc: "http://img.b2bpic.net/free-photo/fishing-bait-fishing-line-fishing-float-wooden-surface_23-2148189305.jpg", authorName: "Marc Pêcheur", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", date: "12 Fév 2026"},
|
||||||
category: "Technique",
|
|
||||||
title: "Comment choisir son leurre ?",
|
|
||||||
excerpt: "Apprenez à sélectionner le leurre idéal selon la saison et l'espèce recherchée.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-bait-fishing-line-fishing-float-wooden-surface_23-2148189305.jpg",
|
|
||||||
authorName: "Marc Pêcheur",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
|
||||||
date: "12 Fév 2026",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Guide", title: "Le matériel indispensable", excerpt: "Une check-list complète pour bien débuter ou compléter votre attirail de pêche.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775985276596-34rlsrfm.png", authorName: "Marc Pêcheur", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", date: "05 Fév 2026"},
|
||||||
category: "Guide",
|
|
||||||
title: "Le matériel indispensable",
|
|
||||||
excerpt: "Une check-list complète pour bien débuter ou compléter votre attirail de pêche.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFbxiqCz7uTDnHki1YbQkDd2aD/uploaded-1775985276596-34rlsrfm.png",
|
|
||||||
authorName: "Marc Pêcheur",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
|
||||||
date: "05 Fév 2026",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -282,16 +192,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Nous trouver"
|
title="Nous trouver"
|
||||||
description="89 Av. de Lourdes, 65310 Odos | 05 62 93 88 92"
|
description="89 Av. de Lourdes, 65310 Odos | 05 62 93 88 92"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Appeler maintenant",
|
text: "Appeler maintenant", href: "tel:0562938892"},
|
||||||
href: "tel:0562938892",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -300,24 +207,15 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Alliance Pêche",
|
title: "Alliance Pêche", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Accueil",
|
label: "Accueil", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Produits",
|
label: "Produits", href: "#products"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Conseils",
|
label: "Conseils", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user