diff --git a/components/Countdown/countdown.js b/components/Countdown/countdown.js index b07c758f..58247b17 100644 --- a/components/Countdown/countdown.js +++ b/components/Countdown/countdown.js @@ -14,6 +14,10 @@ const dates = [ name: 'Bangalore, India', date: 'November 30, 2023', }, + { + name: 'Paris, France', + date: 'December 6, 2023', + }, ]; function Countdowns() { @@ -60,7 +64,6 @@ function Countdowns() { Ended - {/*

Seconds

*/} } else { @@ -74,25 +77,21 @@ function Countdowns() { {days}: - {/*

Days

*/}
{hours}: - {/*

Hours

*/}
{minutes}: - {/*

Minutes

*/}
{seconds} - {/*

Seconds

*/}
); diff --git a/components/Header/header.js b/components/Header/header.js index b87a1205..e2d4dc89 100644 --- a/components/Header/header.js +++ b/components/Header/header.js @@ -97,11 +97,11 @@ function Header() {
- +
diff --git a/config/city-lists.json b/config/city-lists.json index 860ea68c..0595588e 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -28,7 +28,7 @@ "ticket": "https://www.youtube.com/watch?v=FN5eR1Zqh9c", "freeTickets":"", "freeTicketText":"Grab Free Tickets", - "buttonText":"Join us live now" + "buttonText":"See Recordings" }, { "name": "Bangalore", diff --git a/config/speakers.json b/config/speakers.json index 5839d279..d8197f2e 100644 --- a/config/speakers.json +++ b/config/speakers.json @@ -333,7 +333,7 @@ { "city": "Bangalore", "location": "Bangalore, India", - "lists": [] + "lists": "coming soon" }, { "city": "Paris", diff --git a/pages/venue/[id].js b/pages/venue/[id].js index eb3f966e..8cb91705 100644 --- a/pages/venue/[id].js +++ b/pages/venue/[id].js @@ -8,20 +8,6 @@ import Agenda from '../../components/Agenda/agenda'; import Speaker from '../../components/Speaker/speaker'; import speakers from '../../config/speakers.json'; import Sponsors from '../../components/Sponsors/sponsors'; -import Paper from '../../components/Form/paper'; - -const tabs = [ - { - title: 'Agenda', - }, - - { - title: 'Speakers', - }, - { - title: 'Sponsors', - }, -]; export async function getStaticProps({ params }) { let res = {}; @@ -87,9 +73,7 @@ function Venue({ city }) { - {city.name === 'Bangalore' ?
- -
:
@@ -142,7 +126,7 @@ function Venue({ city }) { )}
- } +