Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aff3647b3c | |||
| 4c02066e92 |
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="RMS Agency"
|
||||
button={{
|
||||
text: "Réserver un appel", href: "#contact"}}
|
||||
text: "06 27 43 94 94", href: "tel:0627439494"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver un appel", href: "#contact"},
|
||||
text: "Appeler le 06 27 43 94 94", href: "tel:0627439494"},
|
||||
{
|
||||
text: "Voir comment ça marche", href: "#services"},
|
||||
]}
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", badge: "Priorité", price: "Appel", subtitle: "Parlons de votre pipeline", buttons: [
|
||||
{
|
||||
text: "Planifier un appel", href: "#contact"},
|
||||
text: "06 27 43 94 94", href: "tel:0627439494"},
|
||||
],
|
||||
features: [
|
||||
"Audit pipeline", "Stratégie outbound", "Plan d'action"],
|
||||
|
||||
Reference in New Issue
Block a user