Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f44b0b25d3 | |||
| 7479fb4231 | |||
| 890ed647e8 | |||
| 77acf65805 |
@@ -81,10 +81,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Jean Dupont", handle: "Propriétaire", testimonial: "Intervention ultra rapide. Travail propre et prix très corrects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg" },
|
||||
{ id: "t2", name: "Marie Martin", handle: "Cliente fidèle", testimonial: "Professionnel et ponctuel. Je recommande vivement leurs services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/steel-bright-house-home-dripping_1203-4400.jpg" },
|
||||
{ id: "t3", name: "Pierre Durand", handle: "Entrepreneur", testimonial: "Un service artisan irréprochable. Fiable et très réactif.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg" },
|
||||
{ id: "t4", name: "Sophie Leroy", handle: "Cliente", testimonial: "Excellent contact, travail propre et efficace. Une vraie expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147454.jpg" },
|
||||
{ id: "t1", name: "Jean Dupont", handle: "Propriétaire", testimonial: "Intervention ultra rapide. Travail propre et prix très corrects.", rating: 5 },
|
||||
{ id: "t2", name: "Marie Martin", handle: "Cliente fidèle", testimonial: "Professionnel et ponctuel. Je recommande vivement leurs services.", rating: 5 },
|
||||
{ id: "t3", name: "Pierre Durand", handle: "Entrepreneur", testimonial: "Un service artisan irréprochable. Fiable et très réactif.", rating: 5 },
|
||||
{ id: "t4", name: "Sophie Leroy", handle: "Cliente", testimonial: "Excellent contact, travail propre et efficace. Une vraie expertise.", rating: 5 },
|
||||
]}
|
||||
showRating={true}
|
||||
title="La Parole à nos Clients"
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-tools-workshop_23-2149174521.jpg"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Avis", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "01 23 45 67 89", href: "tel:+33123456789" }, { label: "Mentions Légales", href: "#" }] },
|
||||
@@ -123,4 +123,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user