Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e63c4197aa | |||
| 99a31ab857 | |||
| dc776064fa | |||
| 5d770a395c | |||
| 4d3adc462b |
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fantasy-eye-illustrated_23-2151675271.jpg?_wi=2"
|
||||
imageAlt="A solemn hero standing in a mystical, fractured world, reminiscent of Nier Reincarnation."
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="none"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-chocolate-factory_23-2151451177.jpg", alt: "Community member 1"},
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="story" data-section="story">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="world" data-section="world">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="characters" data-section="characters">
|
||||
<ProductCardTwo
|
||||
animationType="scale-rotate"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="lore" data-section="lore">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Whispers of Knowledge: Your Questions Answered"
|
||||
description="Navigate the ambiguities of The Cage with insights into its lore, characters, and intricate gameplay mechanics. Find answers to common inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user