diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..e43643f
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,11 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
+# and commit this file to your remote git repository to share the goodness with others.
+
+# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
+
+tasks:
+ - init: npm install && npm run build
+ command: npm run start
+
+
diff --git a/src/app/Footer.tsx b/src/app/Footer.tsx
index 918f8a6..cec6f93 100644
--- a/src/app/Footer.tsx
+++ b/src/app/Footer.tsx
@@ -1,7 +1,7 @@
import { FaMeetup, FaCode, FaGithub } from "react-icons/fa6";
import Link from "next/link";
-export default function Footer() {
+export default function Footer({ ticketsUrl = "" }) {
return (
<>
>
diff --git a/src/app/Nav.tsx b/src/app/Nav.tsx
index 453f4de..f5da7be 100644
--- a/src/app/Nav.tsx
+++ b/src/app/Nav.tsx
@@ -10,7 +10,7 @@ import {
} from "react-icons/fa6";
import { useState } from "react";
-export default function Nav() {
+export default function Nav({ ticketsUrl='' }) {
const [menu, setMenu] = useState(false);
const [aboutMenu, setAboutMenu] = useState(false);
@@ -22,10 +22,6 @@ export default function Nav() {
setAboutMenu(!aboutMenu);
};
- // having this blank hides the link
- const ticketURL =
- "https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127";
-
return (
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 13809f5..064c22e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -4,6 +4,7 @@ import { useEffect } from "react";
import "aos/dist/aos.css";
import AOS from "aos";
import Image from "next/image";
+import { formattedDateConferenceDate } from '../layout';
export default function Past() {
useEffect(() => {
@@ -41,9 +42,9 @@ export default function Past() {
@@ -54,7 +55,9 @@ export default function Past() {
data-aos-duration="2000"
>
- We've packed the agenda with a mix of lightning fast 15 minute talks and in-depth 30 minute sessions that will leave you feeling like a tech pro
+ We've packed the agenda with a mix of lightning fast 15 minute talks
+ and in-depth 30 minute sessions that will leave you feeling like a
+ tech pro
@@ -76,9 +79,9 @@ export default function Past() {
@@ -89,7 +92,8 @@ export default function Past() {
data-aos-duration="2000"
>
- Expect a lively atmosphere, lots of laughs, and plenty of opportunities to connect with fellow tech enthusiasts
+ Expect a lively atmosphere, lots of laughs, and plenty of
+ opportunities to connect with fellow tech enthusiasts
@@ -102,9 +106,9 @@ export default function Past() {
@@ -115,7 +119,8 @@ export default function Past() {
data-aos-duration="2000"
>
- Whether you're a tech novice or a seasoned pro, you'll find something to love at our conference
+ Whether you're a tech novice or a seasoned pro, you'll find
+ something to love at our conference