diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d29ab3..7aacfb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,33 +14,33 @@ export default function Home() { }, { time: "6:00pm", - topic: "LexTalk - Tech Welcome 👋🤠", - presenter: "Joe Kratzat", + topic: "Library tech", + presenter: "John Blyberg", }, { time: "6:15pm", - topic: "TBD", - presenter: "TBD", + topic: "T-SQL", + presenter: "Jeff Foushee", }, { time: "6:30pm", - topic: "TBD", - presenter: "TBD", + topic: "IoT", + presenter: "Will Bates", }, { time: "6:45pm", - topic: "TBD", - presenter: "TBD", + topic: "Cyber Security", + presenter: "Justin Perron", }, { time: "7:00pm", - topic: "TBD", - presenter: "TBD", + topic: "Govtech", + presenter: "Nick Lyell, Angela Langston", }, { time: "7:30pm", - topic: "TBD", - presenter: "TBD", + topic: "LLMs", + presenter: "Lee Park", }, { time: "8:00pm", diff --git a/src/app/talks/page.tsx b/src/app/talks/page.tsx index 28c3bc1..c37d98c 100644 --- a/src/app/talks/page.tsx +++ b/src/app/talks/page.tsx @@ -6,62 +6,61 @@ export default function Talks() { { time: "5:30pm", title: "Check-in", - info: "", - presenter: "", - resources: "", }, { time: "6:00pm", - title: "LexTalk - Tech Welcome 👋🤠", - info: "This will be a welcome and introduction to what LexTalk Tech is and what we hope to bring to the community.", - presenter: "Joe Kratzat", + title: "How Libraries Work: A Technology Perspective", + presenter: "John Blyberg", + info: "", + resources: "", }, { time: "6:15pm", - title: "TBD", + title: "the T-SQL TRANSLATE() function", + presenter: "Jeff Foushee", info: "", - presenter: "TBD", + resources: "", }, { time: "6:30pm", - title: "TBD", + title: "Sensors and tiny boards and Adafruit (oh my!)", + presenter: "Will Bates", info: "", - presenter: "TBD", resources: "", }, { time: "6:45pm", - title: "TBD", + title: "cyber security", + presenter: "Justin Perron", info: "", - presenter: "TBD", resources: "", }, { time: "7:00pm", - title: "TBD", + title: "Govtech: Thinking about government as a customer", + presenter: "Nick Lyell, Angela Langston", info: "", - presenter: "TBD", resources: "", }, { time: "7:30pm", - title: "TBD", + title: "LLMs throughout the lifecycle of Generative AI Projects (part 2)", + presenter: "Lee Park", info: "", - presenter: "TBD", resources: "", }, { time: "8:00pm", title: "Wrap up", - info: "", presenter: "", + info: "", resources: "", }, { time: "8:00pm - 10:00pm", title: "Food and drinks afterward", - info: "Within Cornerstone there is Ethereal brewing and Rolling oven Pizza.", presenter: "", + info: "Within Cornerstone there is Ethereal brewing and Rolling oven Pizza.", resources: "", }, ],