Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b57a523a69 | |||
| 1351b5dc33 | |||
| 2f21e8188f | |||
| 30763c1b5e | |||
| 1df8d18799 | |||
| b5533a1106 | |||
| e571cf30fe | |||
| 5d9557079a | |||
| a4c37c78ab | |||
| 9553da3c86 | |||
| cfe5aaa974 | |||
| 9fa8a90e1c | |||
| 05f6894357 | |||
| 5b98306095 |
@@ -34,10 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Programmes", id: "programs" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Olympia Pro Gym"
|
||||
button={{
|
||||
text: "Appeler maintenant", href: "tel:+21620320967"
|
||||
}}
|
||||
button={{ text: "Appeler", href: "tel:+21620320967" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,8 +47,8 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Appeler maintenant", href: "tel:+21620320967" },
|
||||
{ text: "Réserver une séance d'essai", href: "#contact" }
|
||||
{ text: "Réserver une séance d'essai", href: "#contact" },
|
||||
{ text: "Commencer Maintenant", href: "tel:+21620320967" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user