Update src/app/page.tsx

This commit is contained in:
2026-06-07 16:25:53 +00:00
parent 136c223e8d
commit 4fd7a03212

View File

@@ -98,7 +98,6 @@ export default function LandingPage() {
]}
imageSrc={resolveAsset("figurine-1").url}
imageAlt={resolveAsset("figurine-1").alt}
useInvertedBackground={true}
showBlur={true}
textPosition="bottom"
tagAnimation="slide-up"
@@ -223,7 +222,6 @@ export default function LandingPage() {
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Shipping & Returns", href: "#" }] }
]}
copyrightText="© 2024 TOONHUB. All rights reserved."
useInvertedBackground={true}
/>
</div>
</ThemeProvider>