From 77e10952ddb725038ef8d01b4d1c8ffbabd165ba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:02:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1