Update src/app/page.tsx

This commit is contained in:
2026-05-27 23:08:51 +00:00
parent 2142743e07
commit 0f9879d3ff

View File

@@ -62,12 +62,12 @@ export default function HomePage() {
background={{ variant: "downward-rays-animated-grid" }}
tag="PreFOMO AI"
tagIcon={Sparkles}
tagAnimation="hover-bubble"
tagAnimation="text-stagger"
buttons={[
{ text: "Scan a token", href: "/scan" },
{ text: "View method", href: "/method" }
]}
buttonAnimation="hover-bubble"
buttonAnimation="text-stagger"
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="hover-bubble"
buttonAnimation="text-stagger"
useInvertedBackground={false}
/>
</div>