Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:44:26 +00:00
parent bfaca9611f
commit cd8534ae59

View File

@@ -165,9 +165,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tag="Newsletter"
title="Ready to bring beauty into your life?"
description="Subscribe to our newsletter for exclusive offers, seasonal collections, and floral inspiration delivered straight to your inbox."
description="Subscribe to our newsletter for early access to seasonal collections, seasonal tips, and 15% off your first order. Plus exclusive offers and floral inspiration delivered straight to your inbox."
tagIcon={Mail}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -189,4 +189,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}