Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 069f3d36dc | |||
| b4c335b336 | |||
| 72fc5d0aa2 | |||
| ee3a12d8b8 | |||
| 84c245b158 | |||
| 1981a66a06 | |||
| 2631cd8f28 | |||
| 090a5bb777 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
description="Nenhum segredo permanece enterrado quando o preço da verdade é o seu próprio coração."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ler Agora", href: "#"},
|
||||
text: "Leia o Primeiro Capítulo", href: "#"},
|
||||
{
|
||||
text: "Personagens", href: "#characters"},
|
||||
]}
|
||||
@@ -139,17 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1", name: "Capa Vol 1", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh1orm", imageAlt: "anime promotional art deep red"},
|
||||
id: "g1", name: "Capa Vol 1", price: "R$ 29,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gh1orm", imageAlt: "anime promotional art deep red"},
|
||||
{
|
||||
id: "g2", name: "Capa Vol 2", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvckz1", imageAlt: "anime art golden accents"},
|
||||
id: "g2", name: "Capa Vol 2", price: "R$ 29,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvckz1", imageAlt: "anime art golden accents"},
|
||||
{
|
||||
id: "g3", name: "Arte Conceito", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x40pg1", imageAlt: "cinematic anime art high contrast"},
|
||||
id: "g3", name: "Arte Conceito", price: "Disponível", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x40pg1", imageAlt: "cinematic anime art high contrast"},
|
||||
{
|
||||
id: "g4", name: "Ilustração Exclusiva", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xe41v3", imageAlt: "light novel illustration elegant"},
|
||||
id: "g4", name: "Ilustração Exclusiva", price: "Disponível", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xe41v3", imageAlt: "light novel illustration elegant"},
|
||||
{
|
||||
id: "g5", name: "Promo Arcos", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6tyj38", imageAlt: "anime tension drama scene"},
|
||||
id: "g5", name: "Promo Arcos", price: "R$ 15,00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6tyj38", imageAlt: "anime tension drama scene"},
|
||||
{
|
||||
id: "g6", name: "Ilustração Final", price: "Promo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vjfl1j", imageAlt: "stunning anime artwork detailed"},
|
||||
id: "g6", name: "Ilustração Final", price: "Disponível", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vjfl1j", imageAlt: "stunning anime artwork detailed"},
|
||||
]}
|
||||
title="Ilustrações"
|
||||
description="Galeria oficial da obra."
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user