diff --git a/src/app/page.tsx b/src/app/page.tsx index d9fe175..a105ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}