3 Commits

Author SHA1 Message Date
a399e5d8f1 Update src/app/page.tsx 2026-03-12 07:09:21 +00:00
725bada463 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:08:24 +00:00
226fe7465d Merge version_1 into main
Merge version_1 into main
2026-03-12 07:08:01 +00:00

View File

@@ -122,7 +122,7 @@ export default function LandingPage() {
<ContactCenter
tag="Newsletter"
title="Stay Updated with Exclusive Launches"
description="Subscribe to our mailing list to receive early access to new collections, exclusive offers, and fashion insights directly to your inbox"
description="Be the first to discover new drops, exclusive member discounts, and insider style tips—join our community of fashion lovers today."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -146,4 +146,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}