diff --git a/src/app/page.tsx b/src/app/page.tsx index d2fdccf..fd7df85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Shop Smart" tagIcon={ShoppingBag} tagAnimation="slide-up" - background="plain" + background={{ variant: "plain" }} buttons={[ { text: "Start Shopping", href: "#products" }, { text: "Learn More", href: "#about" }