diff --git a/src/app/page.tsx b/src/app/page.tsx index dc52262..ae1acb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { tag="Newsletter" title="Get Fashion Updates" description="Sign up for our newsletter to stay updated on new arrivals and sales." - background={{ variant: "plain" }} + background={{ variant: "gradient-bars" }} useInvertedBackground={false} /> @@ -102,4 +102,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file