Merge version_1 into main #1
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="La mise à niveau IA des agences immobilières"
|
||||
description="Acquisition de mandats, gestion des flux entrants, prospection et administratif automatisés — sans recruter."
|
||||
tag="Infrastructure personnalisée"
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{ text: "Faire le diagnostic IA", href: "#contact" },
|
||||
{ text: "Découvrir notre approche", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Explorer nos leviers", href: "#solutions" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,8 +197,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Prêt à mettre votre agence à niveau à l'ère de l'IA ? Planifiez un diagnostic IA gratuit et personnalisé de 30 minutes."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "contact.dopiana@gmail.com", href: "mailto:contact.dopiana@gmail.com" },
|
||||
|
||||
Reference in New Issue
Block a user