diff --git a/src/app/page.tsx b/src/app/page.tsx index ed79b4a..eb487b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,6 @@ export default function HomePage() { tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-clothing-items_23-2149241338.jpg" imageAlt="Premium fashion marketplace showcase" - mediaAnimation="blur-reveal" buttons={[ { text: "Start Shopping", href: "shop"}, @@ -89,8 +88,6 @@ export default function HomePage() { text: "Explore Brands", href: "brands"}, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} - useInvertedBackground={false} />