Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user