Make landing page slightly cool
This commit is contained in:
@@ -37,7 +37,7 @@ import { NavButton } from "./nav-button";
|
||||
|
||||
export const metadata = {
|
||||
title: "Unsend",
|
||||
description: "Generated by create-t3-app",
|
||||
description: "Open source sending infrastructure for developers",
|
||||
icons: [{ rel: "icon", url: "/favicon.ico" }],
|
||||
};
|
||||
|
||||
@@ -59,9 +59,7 @@ export default async function AuthenticatedDashboardLayout({
|
||||
<div className="flex h-full max-h-screen flex-col gap-2">
|
||||
<div className="flex h-14 items-center px-4 lg:h-[60px] lg:px-6">
|
||||
<Link href="/" className="flex items-center gap-2 font-semibold">
|
||||
<Image src="/Logo-2.png" alt="Unsend" width={20} height={20} />
|
||||
|
||||
<span className=" ">Unsend</span>
|
||||
<span className=" text-lg">Unsend</span>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
@@ -91,7 +89,7 @@ export default async function AuthenticatedDashboardLayout({
|
||||
Marketing
|
||||
</NavButton>
|
||||
|
||||
<NavButton href="/sms" comingSoon>
|
||||
{/* <NavButton href="/sms" comingSoon>
|
||||
<MessageSquareMore className="h-4 w-4" />
|
||||
SMS
|
||||
</NavButton>
|
||||
@@ -99,7 +97,7 @@ export default async function AuthenticatedDashboardLayout({
|
||||
<NavButton href="/sms" comingSoon>
|
||||
<BellRing className="h-4 w-4" />
|
||||
Push notification
|
||||
</NavButton>
|
||||
</NavButton> */}
|
||||
|
||||
<NavButton href="/api-keys">
|
||||
<Code className="h-4 w-4" />
|
||||
|
Reference in New Issue
Block a user