From 71cd2433604f778a1f20d9c5ce136439eff1e639 Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Wed, 9 Oct 2024 22:26:09 -0400 Subject: [PATCH] Update links and talks for nov7th --- src/app/components/Landing.tsx | 2 ++ src/app/layout.tsx | 2 +- src/app/page.tsx | 13 ++++++------- src/app/talks/page.tsx | 19 ++++++------------- 4 files changed, 15 insertions(+), 21 deletions(-) diff --git a/src/app/components/Landing.tsx b/src/app/components/Landing.tsx index 7b1c3d6..b5bba13 100644 --- a/src/app/components/Landing.tsx +++ b/src/app/components/Landing.tsx @@ -46,12 +46,14 @@ export const Landing: React.FC = ({ Tickets )} + {!ticketsUrl && ( Past Talks + )} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e987d86..69437ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,7 +22,7 @@ const cabin = Cabin({ // old ticket URL -> "https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127"; // if ticketURL is empty string then Ticket's links will not show -export const ticketsUrl = ''; +export const ticketsUrl = 'https://www.eventbrite.com/e/lextalk-tech-nov-7th-tickets-1000967299137'; export const conferenceDate = new Date(2024, 10, 7, 18); export const formattedDateConferenceDate = conferenceDate.toLocaleDateString("en-US", { year: "numeric", diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dc1e0e..14ecbf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,19 +19,18 @@ export default function Home() { }, { time: "6:00pm", - topic: "First Presentation", + topic: "Tech Association of the Bluegrass", + presenter: "Mackenzie Hanes", }, { time: "6:15pm", - topic: "Second Presentation", + topic: "The Next Generation of Keyboards", + presenter: "Troy Fletcher", }, { time: "6:30pm", - topic: "Third Presentation", - }, - { - time: "6:45pm", - topic: "Fourth Presentation", + topic: "Free cores by using eBPF and AF_XDP Accepted", + presenter: "Brian Smith", }, { time: "7:00pm", diff --git a/src/app/talks/page.tsx b/src/app/talks/page.tsx index 561aefd..362aa5a 100644 --- a/src/app/talks/page.tsx +++ b/src/app/talks/page.tsx @@ -11,29 +11,22 @@ export default function Talks() { }, { time: "6:00pm", - title: "First Presentation (TBD)", - presenter: "", + title: "Tech Association of the Bluegrass", + presenter: "Mackenzie Hanes", info: "", resources: "", }, { time: "6:15pm", - title: "Second Presentation (TBD)", - presenter: "", + title: "The Next Generation of Keyboards", + presenter: "Troy Fletcher", info: "", resources: "", }, { time: "6:30pm", - title: "Third Presentation (TBD)", - presenter: "", - info: "", - resources: "", - }, - { - time: "6:45pm", - title: "Fourth Presentation (TBD)", - presenter: "", + title: "Free cores by using eBPF and AF_XDP Accepted", + presenter: "Brian Smith", info: "", resources: "", },