diff --git a/public/images/FreelanceFest_2024.jpg b/public/images/FreelanceFest_2024.jpg new file mode 100644 index 0000000..c2f603c Binary files /dev/null and b/public/images/FreelanceFest_2024.jpg differ diff --git a/src/components/Events.jsx b/src/components/Events.jsx index 52b6b72..304ceb9 100644 --- a/src/components/Events.jsx +++ b/src/components/Events.jsx @@ -1,11 +1,11 @@ const featuredPost = { id: 1, - title: 'FutureFest 2024', - href: '/events/versefest', + title: 'FreelanceFest 2024', + href: '/events/freelancefest', description: - 'Embrace the possibilities at FutureFest 2024, a landmark event that invites you to explore the converging worlds of technology, creativity, and sustainability.', - date: 'Mar 16, 2020', - datetime: '2024-03-16', + '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: 'Oct 17, 2024', + datetime: '2024-10-17', } const posts = [ { @@ -40,7 +40,7 @@ const featuredPost = {