Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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: "#" }]}
|
||||||
/>
|
/>
|
||||||
@@ -129,4 +129,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user