Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7547e5a3c | |||
| 8de0a9f78c |
@@ -57,8 +57,7 @@ export default function LandingPage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Certifié et de confiance"
|
ratingText="Certifié et de confiance"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Demander un devis", href: "#contact" },
|
{ text: "Demander un devis", href: "#contact" }
|
||||||
{ text: "Voir le catalogue", href: "#products" }
|
|
||||||
]}
|
]}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -70,7 +69,9 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "Entreprise de" },
|
{ type: "text", content: "Entreprise de" },
|
||||||
{ type: "text", content: "référence" }
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773751.jpg?_wi=1", alt: "Logo ETS KIKIBA TROPICAL" },
|
||||||
|
{ type: "text", content: "référence depuis" },
|
||||||
|
{ type: "text", content: "25 ans" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user