Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e440245e2 | |||
| af95b5aa41 | |||
| bd644a7385 | |||
| bdeaff638e |
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
|||||||
<div id="ecommerce" data-section="ecommerce">
|
<div id="ecommerce" data-section="ecommerce">
|
||||||
<ProductDetailCard
|
<ProductDetailCard
|
||||||
layout="section"
|
layout="section"
|
||||||
name="Édition Collector 'Sang et Ombre'"
|
name="Édition Collector 'Sang et Ombre' (Pre-order now - Limited supply)"
|
||||||
price="49.99€"
|
price="49.99€"
|
||||||
description="L'édition limitée incluant une couverture texturée, des illustrations exclusives et un accès anticipé à l'audio-livre immersif."
|
description="L'édition limitée incluant une couverture texturée, des illustrations exclusives et un accès anticipé à l'audio-livre immersif. Seulement 500 exemplaires disponibles."
|
||||||
images={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/abstract-background-for-a-dystopian-book-1775227941243-0d772f68.png", alt: "Édition collector livre" }]}
|
images={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/abstract-background-for-a-dystopian-book-1775227941243-0d772f68.png", alt: "Édition collector livre" }]}
|
||||||
buttons={[{ text: "Ajouter au panier", href: "#" }]}
|
buttons={[{ text: "Ajouter au panier", href: "#" }]}
|
||||||
/>
|
/>
|
||||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
ctaTitle="Structural Color // RED"
|
ctaTitle="Structural Color // RED"
|
||||||
ctaDescription="Prêt à voir le monde en rouge ? Précommandez votre exemplaire et recevez un contenu bonus exclusif."
|
ctaDescription="Prêt à voir le monde en rouge ? Précommandez votre exemplaire et recevez un contenu bonus exclusif."
|
||||||
ctaButton={{ text: "Précommander maintenant", href: "#" }}
|
ctaButton={{ text: "Réserver mon édition limitée", href: "#" }}
|
||||||
ctaIcon={ArrowRight}
|
ctaIcon={ArrowRight}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user