toffee branding temp
This commit is contained in:
parent
a4fa47eda4
commit
2a06d0f2ac
13 changed files with 89 additions and 42 deletions
layouts
|
@ -19,25 +19,25 @@ function DashLayout(props: DashLayoutProps) {
|
|||
const router = useRouter();
|
||||
return (
|
||||
<m.div
|
||||
className="bg-gradient-to-t from-zinc-900 to-[#202737b6]"
|
||||
className="bg-gradient-to-t from-zinc-900 to-[#3015457b]"
|
||||
initial="initial"
|
||||
animate="animate"
|
||||
exit="exit"
|
||||
variants={containerVariants}
|
||||
>
|
||||
<Head>
|
||||
<title>Dashboard - InvestBot</title>
|
||||
<meta name="description" content="Dashboard statistics for InvestBot" />
|
||||
<title>Dashboard - toffee</title>
|
||||
<meta name="description" content="Dashboard statistics for toffee" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="theme-color" content="#c084fc" />
|
||||
<meta property="og:title" content="InvestBot" />
|
||||
<meta property="og:title" content="toffee" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Serving anny's community est. 2022"
|
||||
/>
|
||||
<meta property="og:image" content="/img/logo.webp" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="InvestBot" />
|
||||
<meta property="og:site_name" content="toffee" />
|
||||
</Head>
|
||||
|
||||
<div className="flex h-screen w-screen flex-col overflow-hidden lg:flex-row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue