add favicon
This commit is contained in:
parent
57dec62860
commit
e5420f87c7
BIN
public/images/favicon.ico
Normal file
BIN
public/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -4,7 +4,7 @@ export default function Example() {
|
||||
return (
|
||||
<div className="flex items-center gap-x-6 btn-gradient px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
|
||||
<p className="text-sm leading-6 text-white">
|
||||
<a href="/events/versefest.html">
|
||||
<a href="#">
|
||||
<strong className="font-semibold">OurVerse FutureFest 2024</strong>
|
||||
<svg viewBox="0 0 2 2" aria-hidden="true" className="mx-2 inline h-0.5 w-0.5 fill-current">
|
||||
<circle r={1} cx={1} cy={1} />
|
||||
|
@ -26,7 +26,7 @@ export default function Eventbanner() {
|
||||
</p>
|
||||
</div>
|
||||
<a
|
||||
href="/events/versefest.html"
|
||||
href="#"
|
||||
className="mt-6 flex flex-shrink-0 items-center justify-center rounded-md btn-dark bg-opacity-0 px-4 py-3 text-base font-medium text-white hover:bg-opacity-10 sm:ml-8 sm:mt-0 lg:ml-0 lg:w-full"
|
||||
>
|
||||
Register Now
|
||||
|
@ -6,14 +6,14 @@ const events = [
|
||||
date: 'Nov 21-24',
|
||||
location: 'OurWorld Verse',
|
||||
languages: ['ENG', 'ARABIC'],
|
||||
signupLink: 'https://ourverse.tf/events/versefest.html',
|
||||
signupLink: '#',
|
||||
},
|
||||
{
|
||||
name: 'Freelance Fest 2024',
|
||||
date: 'Oct 23-24',
|
||||
location: 'OurWorld Verse',
|
||||
languages: ['ARABIC'],
|
||||
signupLink: 'https://ourverse.tf/events/versefest.html',
|
||||
languages: ['ENG', 'ARABIC'],
|
||||
signupLink: '#',
|
||||
},
|
||||
// More events can be added here...
|
||||
]
|
||||
|
@ -60,7 +60,7 @@ import {
|
||||
</div>
|
||||
<div className="mt-10 pb-8 flex items-center justify-center gap-x-6">
|
||||
<a
|
||||
href="https://portal.ourverse.tf" target='_blank'
|
||||
href="https://portal.ourverse.tf" target='_blank' rel="noopener noreferrer"
|
||||
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
|
||||
>
|
||||
Try Now
|
||||
|
BIN
src/images/favicon.ico
Normal file
BIN
src/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user