This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tunnl Please",
|
||||
description: "Tunnl is a fast and secure network with low-latency servers in Singapore. Simple, private, and reliable.",
|
||||
title: "Tunel Please",
|
||||
description: "Tunel is a fast and secure network with low-latency servers in Singapore. Simple, private, and reliable.",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ export default function LoginPage() {
|
||||
<div className="text-center mb-8">
|
||||
<Link href="/" className="inline-block">
|
||||
<h1 className="text-3xl font-bold tracking-tight mb-2">
|
||||
<span className="text-emerald-400">tunnl</span>.live
|
||||
<span className="text-emerald-400">tunel</span>.live
|
||||
</h1>
|
||||
</Link>
|
||||
<p className="text-gray-400">Sign in to manage your tunnels</p>
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ export default function Home() {
|
||||
<div className="w-full max-w-4xl mx-auto">
|
||||
<div className="text-center mb-12">
|
||||
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl md:text-6xl mb-6">
|
||||
<span className="text-emerald-400">tunnl</span>.live
|
||||
<span className="text-emerald-400">tunel</span>.live
|
||||
</h1>
|
||||
<p className="text-lg text-gray-400 md:text-xl max-w-2xl mx-auto">
|
||||
Expose your local services to the internet securely with our fast and reliable SSH tunneling service.
|
||||
|
||||
Reference in New Issue
Block a user