Update src/app/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="none"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/fantasy-eye-illustrated_23-2151675271.jpg?_wi=2"
|
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."
|
imageAlt="A solemn hero standing in a mystical, fractured world, reminiscent of Nier Reincarnation."
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="none"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-chocolate-factory_23-2151451177.jpg", alt: "Community member 1"},
|
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">
|
<div id="story" data-section="story">
|
||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="world" data-section="world">
|
<div id="world" data-section="world">
|
||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="characters" data-section="characters">
|
<div id="characters" data-section="characters">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="scale-rotate"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="lore" data-section="lore">
|
<div id="lore" data-section="lore">
|
||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Whispers of Knowledge: Your Questions Answered"
|
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."
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user