Update src/app/page.tsx

This commit is contained in:
2026-01-03 16:10:13 +00:00
parent 15845492e7
commit 4191a950d9

View File

@@ -221,7 +221,7 @@ export default function LandingPage() {
<ContactCenter
tag="Stay Connected"
title="Subscribe to Estonia Insights"
description="Get travel tips, cultural stories, and business opportunities delivered to your inbox. Join thousands of Estonia enthusiasts worldwide."
description="Exclusive travel tips, insider insights, and early access to new experiences. Join thousands of Estonia enthusiasts worldwide and be the first to discover hidden gems."
tagIcon={Mail}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
@@ -267,4 +267,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}