Skip to content
Snippets Groups Projects
Commit e63860b0 authored by Matt Kirby's avatar Matt Kirby
Browse files

Fixed hero page

parent 1cfa1e12
No related branches found
No related tags found
No related merge requests found
export default function Hero() {
return (
<div className="bg-c-pink">
<div className="bg-white">
<div className="relative isolate px-6 pt-14 lg:px-8">
<div className="mx-auto max-w-2xl py-32 sm:py-48 lg:py-56">
<div className="text-center">
<h1 className="text-4xl font-bold tracking-tight text-c-green sm:text-6xl">
<h1 className="text-4xl font-bold tracking-tight text-c-pink sm:text-6xl">
Welcome to Daily
</h1>
<p className="mt-6 text-lg leading-8 text-white">
<p className="mt-6 text-lg leading-8 text-black">
Hello there! Welcome to Daily - a social media plaform focussed on finding the answers to sometimes weird, always wonderful yet totally random daily thoughts.
</p>
<div className="mt-10 flex items-center justify-center gap-x-6">
<a
href="#"
className="rounded-md bg-c-green px-3.5 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-white hover:text-c-pink focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-pink-400"
className="rounded-md bg-c-pink px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-white hover:text-c-pink focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-pink-400"
>
Sign Up
</a>
<a href="#" className="text-sm font-semibold leading-6 text-c-green">
<a href="#" className="text-sm font-semibold leading-6 text-c-pink">
Log In <span aria-hidden="true"></span>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment