Update src/app/page.tsx

This commit is contained in:
2026-04-11 13:02:33 +00:00
parent b04b451268
commit 82eb13a03d

View File

@@ -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}
/>
</div>
@@ -102,4 +102,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}