Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca8f1e841a | |||
| e24e749ed6 | |||
| 0976319211 | |||
| 68a30d3595 |
@@ -44,6 +44,12 @@ const heroButtons = [
|
|||||||
{ text: "📊 Demander une estimation", href: "#contact" }
|
{ text: "📊 Demander une estimation", href: "#contact" }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const heroAvatars = [
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/blonde-business-woman-front-glass-building_23-2147704435.jpg?_wi=1", alt: "Client satisfait 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=1", alt: "Client satisfait 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg?_wi=1", alt: "Client satisfait 3" }
|
||||||
|
];
|
||||||
|
|
||||||
const serviceFeatures = [
|
const serviceFeatures = [
|
||||||
{
|
{
|
||||||
id: "achat", title: "Achat immobilier", description: "Trouvez votre bien idéal. Recherche personnalisée, accompagnement complet jusqu'à la signature.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=1", imageAlt: "Propriété moderne pour achat"
|
id: "achat", title: "Achat immobilier", description: "Trouvez votre bien idéal. Recherche personnalisée, accompagnement complet jusqu'à la signature.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=1", imageAlt: "Propriété moderne pour achat"
|
||||||
@@ -161,6 +167,8 @@ export default function LandingPage() {
|
|||||||
rightCarouselItems={heroRightCarouselItems}
|
rightCarouselItems={heroRightCarouselItems}
|
||||||
buttons={heroButtons}
|
buttons={heroButtons}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
|
avatars={heroAvatars}
|
||||||
|
avatarText="⭐ 50+ clients satisfaits cette année"
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
ariaLabel="Hero section - Bienvenue à La Francilienne Immobilière"
|
ariaLabel="Hero section - Bienvenue à La Francilienne Immobilière"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user