Update src/app/page.tsx

This commit is contained in:
2026-05-11 10:01:56 +00:00
parent bfcfb85000
commit b20432ce68

View File

@@ -160,6 +160,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Inquiry"
title="Plan Your Escape"
buttonText="Start Your Journey"
description="Sign up to receive curated luxury travel updates and exclusive offers directly in your inbox."
/>
</div>
@@ -177,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}