Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-03 15:44:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}