2 Commits

Author SHA1 Message Date
c2b4f55880 Update src/app/page.tsx 2026-03-13 19:33:05 +00:00
0c7327af1c Merge version_3 into main
Merge version_3 into main
2026-03-13 19:31:29 +00:00

View File

@@ -280,7 +280,7 @@ export default function HomePage() {
<ContactCenter
tag="Stay Connected"
title="Join Our Community"
description="Subscribe to our newsletter for exclusive drops, early access to new collections, and special offers."
description="Get 10% off your first order + early access to drops. Join our exclusive community for special offers and insider releases you won't find anywhere else."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
@@ -332,4 +332,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}