feat: add logo in hp
This commit is contained in:
parent
0c057ccd55
commit
09a05b3c4e
|
|
@ -44,6 +44,13 @@ export default function Index() {
|
||||||
<div className="hero-overlay bg-opacity-60"></div>
|
<div className="hero-overlay bg-opacity-60"></div>
|
||||||
<div className="text-center hero-content glass rounded-box w-[80%] py-16 text-neutral-content">
|
<div className="text-center hero-content glass rounded-box w-[80%] py-16 text-neutral-content">
|
||||||
<div className="max-w-md">
|
<div className="max-w-md">
|
||||||
|
<picture className="max-w-xs max-h-xs flex mx-auto justify-center items-center mb-6">
|
||||||
|
<img
|
||||||
|
className="w-[70%] h-auto max-h-20 md:max-h-none object-contain"
|
||||||
|
src="/icons/android-chrome-512x512.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
<h1 className="mb-5 text-5xl font-bold">Explit</h1>
|
<h1 className="mb-5 text-5xl font-bold">Explit</h1>
|
||||||
<p className="mb-5">
|
<p className="mb-5">
|
||||||
Track and split shared expenses with friends and family.
|
Track and split shared expenses with friends and family.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue