Update src/app/page.tsx

This commit is contained in:
2026-06-11 06:02:43 +00:00
parent dc776064fa
commit 99a31ab857

View File

@@ -17,7 +17,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="none"
borderRadius="soft"
contentWidth="small"
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"
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>