Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 522e974af6 | |||
| 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"
|
||||
description="Là où la lumière structure la réalité, le rouge définit la fin des temps."
|
||||
buttons={[
|
||||
{ text: "Découvrir l'univers", href: "#about" },
|
||||
{ text: "Plonger dans le rouge", href: "#about" },
|
||||
{ text: "Précommander", href: "#contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
@@ -74,10 +74,9 @@ export default function LandingPage() {
|
||||
<TeamCardTen
|
||||
title="Personnages"
|
||||
tag="Les Visages de l'Ombre"
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
className="glow-red-effect"
|
||||
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: "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." },
|
||||
]}
|
||||
ctaTitle="Structural Color // RED"
|
||||
ctaDescription="Prêt à voir le monde en rouge ? Précommandez votre exemplaire et recevez un contenu bonus exclusif."
|
||||
ctaButton={{ text: "Précommander maintenant", href: "#" }}
|
||||
ctaDescription="Prêt à voir le monde en rouge ? Précommandez votre exemplaire."
|
||||
ctaButton={{ text: "Réserver mon édition", href: "#" }}
|
||||
ctaIcon={ArrowRight}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user