Update src/app/page.tsx

This commit is contained in:
2026-05-06 19:38:15 +00:00
parent 78734b91ec
commit 53bdd82a90

View File

@@ -207,6 +207,7 @@ export default function LandingPage() {
tag="Stay Updated"
title="Join Our Floral Community"
description="Sign up for updates on our latest arrivals and seasonal collections."
buttonText="Join for Exclusive Previews"
imageSrc="http://img.b2bpic.net/free-photo/flowers-arrangement-envelope_23-2147753960.jpg"
mediaAnimation="slide-up"
/>
@@ -238,4 +239,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}