4 Commits

Author SHA1 Message Date
77e10952dd Update src/app/page.tsx 2026-04-16 15:02:48 +00:00
565a7d05df Merge version_1 into main
Merge version_1 into main
2026-04-16 15:01:56 +00:00
7e91f797cb Merge version_1 into main
Merge version_1 into main
2026-04-16 15:01:29 +00:00
eb7a2a059a Merge version_1 into main
Merge version_1 into main
2026-04-16 15:01:00 +00:00

View File

@@ -204,7 +204,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
text="Join our community and get early access to our seasonal drops and sustainability reports."
text="Join our community for 10% off your first order! Get early access to seasonal drops and sustainability reports."
buttons={[
{
text: "Subscribe to Newsletter", href: "#"},
@@ -253,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}