Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e6a12da89 | |||
| 016094d956 | |||
| 1484575508 | |||
| e57aa3e9b2 | |||
| a8c58e478e | |||
| 217b095fbe | |||
| 43b79e1a05 | |||
| b86210d016 | |||
| 85956accd7 | |||
| a7276e43b8 | |||
| 4e440245e2 | |||
| af95b5aa41 | |||
| bd644a7385 | |||
| bdeaff638e |
@@ -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" },
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user