Merge version_1 into main #1
@@ -74,7 +74,7 @@ export default function AboutPage() {
|
||||
name: "Camélia",
|
||||
price: "À partir de 15€",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg",
|
||||
"http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg?_wi=3",
|
||||
imageAlt: "Camélia rouge éclatant",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function AboutPage() {
|
||||
name: "Mimosa",
|
||||
price: "À partir de 12€",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg?_wi=3",
|
||||
imageAlt: "Fleurs de mimosa jaune vif",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ export default function AboutPage() {
|
||||
name: "Plantes Vertes",
|
||||
price: "À partir de 10€",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg?_wi=3",
|
||||
imageAlt: "Collection de plantes vertes",
|
||||
},
|
||||
]}
|
||||
@@ -122,7 +122,7 @@ export default function AboutPage() {
|
||||
company: "Jardin des Peupliers",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
||||
"http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg?_wi=2",
|
||||
imageAlt: "Marie Durand",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function AboutPage() {
|
||||
company: "Paysages Méditerranée",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
|
||||
"http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg?_wi=2",
|
||||
imageAlt: "Pierre Leclerc",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function AboutPage() {
|
||||
company: "Fleurs et Couleurs",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg",
|
||||
"http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg?_wi=2",
|
||||
imageAlt: "Sophie Martin",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ContactPage() {
|
||||
"Lundi 14h-18h, mardi à samedi 8h-12h et 14h-18h. Dimanche fermé. Fermeture annuelle du 2 août au 31 août. Venez nous visiter à 65 chemin Perrières, 30129 Manduel.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg?_wi=4"
|
||||
imageAlt="Serre professionnelle avec plantes variées"
|
||||
title="Questions fréquentes"
|
||||
description="Trouvez les réponses à vos questions sur nos produits, services et conseils en horticulture."
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,56 +50,56 @@ export default function NosPLantesPage() {
|
||||
id: "1",
|
||||
name: "Camélia",
|
||||
price: "À partir de 15€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg?_wi=2",
|
||||
imageAlt: "Camélia rouge éclatant"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mimosa",
|
||||
price: "À partir de 12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg?_wi=2",
|
||||
imageAlt: "Fleurs de mimosa jaune vif"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Plantes Vertes",
|
||||
price: "À partir de 10€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg?_wi=2",
|
||||
imageAlt: "Collection de plantes vertes"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Plants de Vigne",
|
||||
price: "À partir de 8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013581.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013581.jpg?_wi=2",
|
||||
imageAlt: "Jeunes plants de vigne"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bulbes",
|
||||
price: "À partir de 2€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-lovely-daisy-flowers-wooden-bowl-with-pine-cones-white-tulip-gray-wooden-background_141793-51949.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-lovely-daisy-flowers-wooden-bowl-with-pine-cones-white-tulip-gray-wooden-background_141793-51949.jpg?_wi=2",
|
||||
imageAlt: "Assortiment de bulbes de fleurs"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fleurs Saisonnières",
|
||||
price: "À partir de 5€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936618.jpg?_wi=2",
|
||||
imageAlt: "Fleurs saisonnières colorées"
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Arbustes",
|
||||
price: "À partir de 20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_53876-23421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_53876-23421.jpg?_wi=2",
|
||||
imageAlt: "Arbustes ornementaux variés"
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Plantes d'Intérieur & Extérieur",
|
||||
price: "À partir de 10€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-beautiful-pink-flower_23-2147948179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-beautiful-pink-flower_23-2147948179.jpg?_wi=2",
|
||||
imageAlt: "Plantes versatiles d'intérieur et d'extérieur"
|
||||
}
|
||||
]}
|
||||
@@ -119,7 +119,7 @@ export default function NosPLantesPage() {
|
||||
title="Questions sur nos produits"
|
||||
description="Retrouvez toutes les informations utiles sur nos plantes et leurs caractéristiques."
|
||||
tag="Guide des produits"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg?_wi=3"
|
||||
imageAlt="Serre professionnelle avec plantes variées"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Horticulteur de Manduel"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg?_wi=1"
|
||||
imageAlt="Serre moderne avec fleurs colorées et plantes luxuriantes"
|
||||
buttons={[
|
||||
{ text: "Découvrir nos plantes", href: "/nos-plantes" },
|
||||
@@ -86,56 +86,56 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Camélia",
|
||||
price: "À partir de 15€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg?_wi=1",
|
||||
imageAlt: "Camélia rouge éclatant"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mimosa",
|
||||
price: "À partir de 12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg?_wi=1",
|
||||
imageAlt: "Fleurs de mimosa jaune vif"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Plantes Vertes",
|
||||
price: "À partir de 10€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg?_wi=1",
|
||||
imageAlt: "Collection de plantes vertes"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Plants de Vigne",
|
||||
price: "À partir de 8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013581.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013581.jpg?_wi=1",
|
||||
imageAlt: "Jeunes plants de vigne"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bulbes",
|
||||
price: "À partir de 2€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-lovely-daisy-flowers-wooden-bowl-with-pine-cones-white-tulip-gray-wooden-background_141793-51949.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-lovely-daisy-flowers-wooden-bowl-with-pine-cones-white-tulip-gray-wooden-background_141793-51949.jpg?_wi=1",
|
||||
imageAlt: "Assortiment de bulbes de fleurs"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fleurs Saisonnières",
|
||||
price: "À partir de 5€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936618.jpg?_wi=1",
|
||||
imageAlt: "Fleurs saisonnières colorées"
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Arbustes",
|
||||
price: "À partir de 20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_53876-23421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_53876-23421.jpg?_wi=1",
|
||||
imageAlt: "Arbustes ornementaux variés"
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Plantes d'Intérieur & Extérieur",
|
||||
price: "À partir de 10€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-beautiful-pink-flower_23-2147948179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-beautiful-pink-flower_23-2147948179.jpg?_wi=1",
|
||||
imageAlt: "Plantes versatiles d'intérieur et d'extérieur"
|
||||
}
|
||||
]}
|
||||
@@ -183,7 +183,7 @@ export default function HomePage() {
|
||||
role: "Propriétaire",
|
||||
company: "Jardin des Peupliers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg?_wi=1",
|
||||
imageAlt: "Marie Durand"
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
||||
role: "Paysagiste",
|
||||
company: "Paysages Méditerranée",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg?_wi=1",
|
||||
imageAlt: "Pierre Leclerc"
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
role: "Fleuriste",
|
||||
company: "Fleurs et Couleurs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg?_wi=1",
|
||||
imageAlt: "Sophie Martin"
|
||||
},
|
||||
{
|
||||
@@ -248,7 +248,7 @@ export default function HomePage() {
|
||||
title="Questions fréquentes"
|
||||
description="Trouvez les réponses à vos questions sur nos produits, services et conseils en horticulture."
|
||||
tag="Support"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg?_wi=2"
|
||||
imageAlt="Serre professionnelle avec plantes variées"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user