Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26943e46c2 |
@@ -52,11 +52,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie Dupont", handle: "Designer, Paris", testimonial: "La qualité et l'élégance de leurs produits transforment ma créativité quotidienne.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait de Marie Dupont"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Portrait de Marie Dupont"
|
||||
},
|
||||
{
|
||||
name: "Pierre Beaumont", handle: "Directeur, Lyon", testimonial: "Des produits exceptionnels qui reflètent le savoir-faire français.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Portrait de Pierre Beaumont"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Portrait de Pierre Beaumont"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
description="Chaque produit est méticuleusement conçu en respectant les plus hauts standards de qualité et de durabilité"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Sélection des Matières Premières", description: "Nous sourçons les meilleures fibres de papier et matériaux naturels provenant de fournisseurs certifiés", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg" },
|
||||
id: "1", title: "Sélection des Matières Premières", description: "Nous sourçons les meilleures fibres de papier et matériaux naturels provenant de fournisseurs certifiés", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg?_wi=1" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Papier recyclé premium" },
|
||||
{ icon: CheckCircle, text: "Encres écologiques" },
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Fabrication Artisanale", description: "Nos artisans transforment les matières premières en produits finis avec un souci du détail remarquable", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg" },
|
||||
id: "2", title: "Fabrication Artisanale", description: "Nos artisans transforment les matières premières en produits finis avec un souci du détail remarquable", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Savoir-faire traditionnel" },
|
||||
{ icon: CheckCircle, text: "Contrôle qualité rigoureux" },
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Emballage et Livraison", description: "Chaque commande est préparée avec soin et envoyée rapidement vers votre destination avec un emballage premium", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg" },
|
||||
id: "3", title: "Emballage et Livraison", description: "Chaque commande est préparée avec soin et envoyée rapidement vers votre destination avec un emballage premium", media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-woman-s-hand-holding-handmade-paper_23-2147845594.jpg?_wi=3" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Emballage écologique" },
|
||||
{ icon: CheckCircle, text: "Livraison rapide" },
|
||||
@@ -157,10 +157,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", role: "Designer Graphique", testimonial: "Les carnets Prestige sont devenus indispensables à ma pratique créative. La qualité du papier est exceptionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait de Marie Dupont"
|
||||
id: "1", name: "Marie Dupont", role: "Designer Graphique", testimonial: "Les carnets Prestige sont devenus indispensables à ma pratique créative. La qualité du papier est exceptionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Portrait de Marie Dupont"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Pierre Beaumont", role: "Directeur Général", testimonial: "Un service irréprochable et des produits qui correspondent parfaitement à notre image de marque premium.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Portrait de Pierre Beaumont"
|
||||
id: "2", name: "Pierre Beaumont", role: "Directeur Général", testimonial: "Un service irréprochable et des produits qui correspondent parfaitement à notre image de marque premium.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Portrait de Pierre Beaumont"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Isabelle Martin", role: "Responsable Marketing", testimonial: "Chaque détail est pensé pour l'excellence. Je recommande vivement à tous les professionnels.", imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60281.jpg", imageAlt: "Portrait d'Isabelle Martin"
|
||||
|
||||
Reference in New Issue
Block a user