Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e6a12da89 | |||
| 016094d956 | |||
| 1484575508 | |||
| e57aa3e9b2 | |||
| a8c58e478e | |||
| 217b095fbe | |||
| 43b79e1a05 | |||
| b86210d016 | |||
| 85956accd7 | |||
| a7276e43b8 | |||
| 4e440245e2 | |||
| af95b5aa41 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
logoText="Structural Color // RED"
|
logoText="Structural Color // RED"
|
||||||
description="Là où la lumière structure la réalité, le rouge définit la fin des temps."
|
description="Là où la lumière structure la réalité, le rouge définit la fin des temps."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Découvrir l'univers", href: "#about" },
|
{ text: "Plonger dans le rouge", href: "#about" },
|
||||||
{ text: "Précommander", href: "#contact" },
|
{ text: "Précommander", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
@@ -74,10 +74,9 @@ export default function LandingPage() {
|
|||||||
<TeamCardTen
|
<TeamCardTen
|
||||||
title="Personnages"
|
title="Personnages"
|
||||||
tag="Les Visages de l'Ombre"
|
tag="Les Visages de l'Ombre"
|
||||||
membersAnimation="slide-up"
|
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
|
membersAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
className="glow-red-effect"
|
|
||||||
members={[
|
members={[
|
||||||
{ id: "1", name: "Elias // Le Traqueur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/stylized-character-portrait-dystopian-ae-1775227944020-4e47b2f1.png" },
|
{ id: "1", name: "Elias // Le Traqueur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/stylized-character-portrait-dystopian-ae-1775227944020-4e47b2f1.png" },
|
||||||
{ id: "2", name: "Sora // La Spectrale", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/stylized-character-portrait-dystopian-ae-1775227943620-fde09d35.png" },
|
{ id: "2", name: "Sora // La Spectrale", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLgh5meiyFFxdyU9YEOi16Nr6V/stylized-character-portrait-dystopian-ae-1775227943620-fde09d35.png" },
|
||||||
@@ -94,9 +93,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' (Pre-order now - Limited supply)"
|
name="Édition Collector 'Sang et Ombre'"
|
||||||
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. Seulement 500 exemplaires disponibles."
|
description="L'édition limitée incluant une couverture texturée, des illustrations exclusives et un accès anticipé à l'audio-livre immersif."
|
||||||
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: "#" }]}
|
||||||
/>
|
/>
|
||||||
@@ -111,8 +110,8 @@ export default function LandingPage() {
|
|||||||
{ id: "f2", title: "Format disponible ?", content: "Version papier, ebook et livre audio immersif." },
|
{ id: "f2", title: "Format disponible ?", content: "Version papier, ebook et livre audio immersif." },
|
||||||
]}
|
]}
|
||||||
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."
|
||||||
ctaButton={{ text: "Précommander maintenant", href: "#" }}
|
ctaButton={{ text: "Réserver mon édition", href: "#" }}
|
||||||
ctaIcon={ArrowRight}
|
ctaIcon={ArrowRight}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,4 +128,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user