add event page
This commit is contained in:
@@ -29,7 +29,7 @@ import waylonHydenImage from '@/images/avatars/waylon-hyden.jpg'
|
||||
const days = [
|
||||
{
|
||||
name: 'Opening Day',
|
||||
date: 'April 4',
|
||||
date: 'Oct 24',
|
||||
dateTime: '2022-04-04',
|
||||
speakers: [
|
||||
{
|
||||
@@ -66,7 +66,7 @@ const days = [
|
||||
},
|
||||
{
|
||||
name: 'Speakers & Workshops',
|
||||
date: 'April 5',
|
||||
date: 'Oct 25',
|
||||
dateTime: '2022-04-05',
|
||||
speakers: [
|
||||
{
|
||||
@@ -103,7 +103,7 @@ const days = [
|
||||
},
|
||||
{
|
||||
name: 'Interviews',
|
||||
date: 'April 6',
|
||||
date: 'Oct 26',
|
||||
dateTime: '2022-04-06',
|
||||
speakers: [
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export function Speakers() {
|
||||
<section
|
||||
id="speakers"
|
||||
aria-labelledby="speakers-title"
|
||||
className="py-20 sm:py-32"
|
||||
className="py-20 lg:py-24"
|
||||
>
|
||||
<ImageClipPaths id={id} />
|
||||
<Container>
|
||||
@@ -193,8 +193,7 @@ export function Speakers() {
|
||||
Speakers
|
||||
</h2>
|
||||
<p className="mt-4 font-display text-2xl tracking-tight text-blue-900">
|
||||
Learn from the experts on the cutting-edge of deception at the most
|
||||
sinister companies.
|
||||
Get ready to be inspired by some of the industry leaders and innovators who are shaping the future of the metaverse, Web3, AI, and more.
|
||||
</p>
|
||||
</div>
|
||||
<TabGroup
|
||||
|
Reference in New Issue
Block a user