diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d76495..dcabfb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { { text: "List Your Items", href: "/add-item" }, ]} buttonAnimation="blur-reveal" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} /> @@ -236,7 +236,7 @@ export default function HomePage() { { text: "Learn More", href: "/browse" }, ]} buttonAnimation="blur-reveal" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} />