update blog
This commit is contained in:
parent
eead322787
commit
e42c914fb2
BIN
public/images/FreelanceFest_2024.jpg
Normal file
BIN
public/images/FreelanceFest_2024.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
@ -1,11 +1,11 @@
|
|||||||
const featuredPost = {
|
const featuredPost = {
|
||||||
id: 1,
|
id: 1,
|
||||||
title: 'FutureFest 2024',
|
title: 'FreelanceFest 2024',
|
||||||
href: '/events/versefest',
|
href: '/events/freelancefest',
|
||||||
description:
|
description:
|
||||||
'Embrace the possibilities at FutureFest 2024, a landmark event that invites you to explore the converging worlds of technology, creativity, and sustainability.',
|
'Embrace the possibilities at FreelanceFest 2024, a landmark event for Freelancers that invites you to explore the converging worlds of technology, creativity, and sustainability.',
|
||||||
date: 'Mar 16, 2020',
|
date: 'Oct 17, 2024',
|
||||||
datetime: '2024-03-16',
|
datetime: '2024-10-17',
|
||||||
}
|
}
|
||||||
const posts = [
|
const posts = [
|
||||||
{
|
{
|
||||||
@ -40,7 +40,7 @@ const featuredPost = {
|
|||||||
<h1 className="mt-2 mb-6 text-3xl font-semibold tracking-tighter text-gradient-dark lg:text-4xl">Latest News & Updates</h1>
|
<h1 className="mt-2 mb-6 text-3xl font-semibold tracking-tighter text-gradient-dark lg:text-4xl">Latest News & Updates</h1>
|
||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
src="/images/futurefest.jpg"
|
src="/images/freelancefest_2024.jpg"
|
||||||
className="mt-4 aspect-auto w-full rounded-2xl bg-purple-50 object-cover lg:aspect-auto lg:h-[20.5rem]"
|
className="mt-4 aspect-auto w-full rounded-2xl bg-purple-50 object-cover lg:aspect-auto lg:h-[20.5rem]"
|
||||||
/>
|
/>
|
||||||
<h2 id="featured-post" className="mt-8 text-3xl font-semibold tracking-tight text-gradient lg:text-4xl">
|
<h2 id="featured-post" className="mt-8 text-3xl font-semibold tracking-tight text-gradient lg:text-4xl">
|
||||||
@ -53,7 +53,7 @@ const featuredPost = {
|
|||||||
<div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col">
|
<div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col">
|
||||||
<div className="mt-4 flex items-center gap-x-6">
|
<div className="mt-4 flex items-center gap-x-6">
|
||||||
<a
|
<a
|
||||||
href="https://portal.ourverse.tf" target='_blank'
|
href="/events/freelancefest.html" target='_blank'
|
||||||
className="rounded-2xl font-semibold btn-dark text-base leading-6"
|
className="rounded-2xl font-semibold btn-dark text-base leading-6"
|
||||||
>
|
>
|
||||||
Learn More
|
Learn More
|
||||||
|
Loading…
Reference in New Issue
Block a user