Compare commits
2 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 8afc8082d5 | |||
| 7611aed54d |
@@ -256,17 +256,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1", name: "Cartes de Visite Premium", price: "À partir de 29€", imageSrc: "http://img.b2bpic.net/free-psd/opulence-business-card-template-design_23-2152016131.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
id: "p-1", name: "Cartes de Visite Premium", price: "À partir de 29€", imageSrc: "http://img.b2bpic.net/free-psd/opulence-business-card-template-design_23-2152016131.jpg", imageAlt: "Exemple de cartes de visite premium avec design élégant", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-2", name: "Flyers Publicitaires", price: "À partir de 49€", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-blurs-heaps-different-bright-dry-colors_23-2148016427.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
id: "p-2", name: "Flyers Publicitaires", price: "À partir de 49€", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-blurs-heaps-different-bright-dry-colors_23-2148016427.jpg", imageAlt: "Pile de flyers publicitaires colorés pour promotion événementielle", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-3", name: "Brochures Pliantes", price: "À partir de 89€", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-brochure-blue-tones_23-2147599337.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
id: "p-3", name: "Brochures Pliantes", price: "À partir de 89€", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-brochure-blue-tones_23-2147599337.jpg", imageAlt: "Brochure pliante au design géométrique bleu, présentant des informations", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-4", name: "Affiches Grand Format", price: "À partir de 129€", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-advertisement-panel-city_23-2147845889.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
id: "p-4", name: "Affiches Grand Format", price: "À partir de 129€", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-advertisement-panel-city_23-2147845889.jpg", imageAlt: "Panneau publicitaire blanc vierge pour affiches grand format en milieu urbain", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-5", name: "Bannières et Roll-ups", price: "À partir de 149€", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151405481.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
id: "p-5", name: "Bannières et Roll-ups", price: "À partir de 149€", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151405481.jpg", imageAlt: "Roll-up publicitaire vertical pour présentation d'entreprise", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-6", name: "Emballages Personnalisés", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-preparing-cyber-monday-package_23-2148675033.jpg", priceButtonProps: { text: "Demander un Devis", href: "#contact" }},
|
||||
id: "p-6", name: "Emballages Personnalisés", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-preparing-cyber-monday-package_23-2148675033.jpg", imageAlt: "Personne préparant un colis avec des emballages personnalisés", priceButtonProps: { text: "Demander un Devis", href: "#contact" }},
|
||||
]}
|
||||
title="Explorez Notre Gamme de Produits Imprimés"
|
||||
description="Des cartes de visite élégantes aux brochures percutantes, trouvez le support idéal pour communiquer votre message."
|
||||
|
||||
Reference in New Issue
Block a user