From 919f5e91c8cba59435b1503907f1092e34cd5ce7 Mon Sep 17 00:00:00 2001 From: Jedidiah Solomon Date: Tue, 5 Nov 2024 17:37:21 +0800 Subject: [PATCH] updated for 2025 edition --- src/App.jsx | 4 ++-- src/components/Agenda/Agenda.jsx | 4 ++-- src/components/Hero/Hero.jsx | 4 ++-- src/components/Navbar/Navbar.jsx | 4 ++-- src/components/Privacy_policy/Privacy.jsx | 4 ++-- src/components/Speakers/Speakers.jsx | 2 +- src/components/Terms_of_use/Terms.jsx | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index fc4a265..f430d72 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,7 +11,7 @@ import Newsletter from "./components/Newsletter/Newsletter"; import Agenda from "./components/Agenda/Agenda"; import Terms from "./components/Terms_of_use/Terms"; import Privacy from "./components/Privacy_policy/Privacy"; -import Countdown from "./components/Countdown/Countdown"; +// import Countdown from "./components/Countdown/Countdown"; import PastEvents from "./components/PastEvents/PastEvents"; const App = () => { @@ -23,7 +23,7 @@ const App = () => { element={ <> - + {/* */} diff --git a/src/components/Agenda/Agenda.jsx b/src/components/Agenda/Agenda.jsx index f2a64c5..211cfdd 100644 --- a/src/components/Agenda/Agenda.jsx +++ b/src/components/Agenda/Agenda.jsx @@ -2,7 +2,7 @@ import React, { useState, useEffect } from "react"; import "./Agenda.css"; import Navbar from "../Navbar/Navbar"; import Newsletter from "../Newsletter/Newsletter"; -import Countdown from "../Countdown/Countdown"; +// import Countdown from "../Countdown/Countdown"; const Agenda = () => { const [selectedDay, setSelectedDay] = useState("day1"); @@ -116,7 +116,7 @@ const Agenda = () => { {selectedDay === "day1" && renderSchedule(day1Schedule)} - + {/* */} ); diff --git a/src/components/Hero/Hero.jsx b/src/components/Hero/Hero.jsx index ccdcee4..0c3fd18 100644 --- a/src/components/Hero/Hero.jsx +++ b/src/components/Hero/Hero.jsx @@ -33,8 +33,8 @@ const Hero = () => {
- Date: Saturday, 26th October, 2024 | Time: - 9:00 - 16:00 WAT + 2025 Edition: Planning is underway. Reach + out for partnership opportunities.
diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx index a676569..4485a05 100644 --- a/src/components/Navbar/Navbar.jsx +++ b/src/components/Navbar/Navbar.jsx @@ -36,9 +36,9 @@ const Navbar = () => {
  • Agenda
  • -
  • + {/*
  • BOOK A TICKET -
  • + */}
    diff --git a/src/components/Privacy_policy/Privacy.jsx b/src/components/Privacy_policy/Privacy.jsx index 425968a..a5f7f14 100644 --- a/src/components/Privacy_policy/Privacy.jsx +++ b/src/components/Privacy_policy/Privacy.jsx @@ -2,7 +2,7 @@ import React, { useEffect } from "react"; import "../Privacy_policy/Privacy.css"; import Navbar from "../Navbar/Navbar"; import Newsletter from "../Newsletter/Newsletter"; -import Countdown from "../Countdown/Countdown"; +// import Countdown from "../Countdown/Countdown"; const Privacy = () => { useEffect(() => { @@ -67,7 +67,7 @@ const Privacy = () => {
  • Redistribute content from Web3 Conference
  • - + {/* */} ); diff --git a/src/components/Speakers/Speakers.jsx b/src/components/Speakers/Speakers.jsx index 62a6786..1b017cc 100644 --- a/src/components/Speakers/Speakers.jsx +++ b/src/components/Speakers/Speakers.jsx @@ -102,7 +102,7 @@ const speakersData = [ const Speakers = () => { return (
    -

    Keynote Speakers and Panelists

    +

    Keynote Speakers and Panelists | 2024 Edition

    An elite lineup of speakers and panelists: uniting leading experts and innovators from the industry. diff --git a/src/components/Terms_of_use/Terms.jsx b/src/components/Terms_of_use/Terms.jsx index d482e0b..06e620f 100644 --- a/src/components/Terms_of_use/Terms.jsx +++ b/src/components/Terms_of_use/Terms.jsx @@ -2,7 +2,7 @@ import React, { useEffect } from "react"; import "../Terms_of_use/Terms.css"; import Navbar from "../Navbar/Navbar"; import Newsletter from "../Newsletter/Newsletter"; -import Countdown from "../Countdown/Countdown"; +// import Countdown from "../Countdown/Countdown"; const Terms = () => { useEffect(() => { @@ -75,7 +75,7 @@ const Terms = () => {

    - + {/* */} );