2 Commits

Author SHA1 Message Date
4191a950d9 Update src/app/page.tsx 2026-01-03 16:10:13 +00:00
15845492e7 Update src/app/layout.tsx 2026-01-03 16:10:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

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