Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:07:05 +00:00
parent 5518ad0111
commit 8080cc0117

View File

@@ -165,7 +165,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={false}
showCard={true}
/>
</div>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}