Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-27 23:09:58 +00:00

View File

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