Update src/app/page.tsx

This commit is contained in:
2026-05-27 23:05:43 +00:00
parent f0a5ac976d
commit 20d57b527f

View File

@@ -67,7 +67,7 @@ export default function HomePage() {
{ text: "Scan a token", href: "/scan" },
{ text: "View method", href: "/method" },
]}
buttonAnimation="reveal-blur"
buttonAnimation="hover-bubble"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645686.jpg", imageAlt: "Futuristic AI analytics dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background-with-shallow-depth-field_1048-12413.jpg", imageAlt: "Abstract attention flow visualization" },
@@ -125,7 +125,7 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
buttons={[{ text: "Go to Scanner", href: "/scan" }]}
buttonAnimation="reveal-blur"
buttonAnimation="hover-bubble"
useInvertedBackground={false}
/>
</div>