From d50872b2b76783ffcd360f6eeb0c8166cee01b11 Mon Sep 17 00:00:00 2001 From: Raidah Fairooz Date: Mon, 13 May 2024 19:20:30 -0700 Subject: [PATCH] postlive page done --- src/components/FAQ.jsx | 2 +- src/components/Landing.jsx | 13 +++++++++++-- src/components/Resources.jsx | 12 ++++++------ src/components/postlive/Postlive.jsx | 27 ++++++++++++++++++++++++++- src/data/Releases.js | 4 ++-- 5 files changed, 46 insertions(+), 12 deletions(-) diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index d13da4a9..a75df1f5 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -7,7 +7,7 @@ const FAQ = () => { return (
FAQ
diff --git a/src/components/Landing.jsx b/src/components/Landing.jsx index fbc12b00..499e6cae 100644 --- a/src/components/Landing.jsx +++ b/src/components/Landing.jsx @@ -7,6 +7,7 @@ import Animals from "@/public/svgs/landing/animals.svg"; import Mushrooms2 from "@/public/svgs/landing/mushrooms2.svg"; import Waterline from "@/public/svgs/landing/waterline.svg"; import Image from "next/image"; +import data from "@/data/Config"; import OnlyFrog from "@/public/svgs/landing/onlyFrog.svg"; // import Lillypad from "@/public/svgs/landing/lillypad.svg"; import Lotus from "@/public/svgs/landing/lotus.svg"; @@ -42,8 +43,16 @@ const Landing = () => {
+
+
+ +
+
+ +
+
- {new Date().getDate() > 10 ? ( + {/* {new Date().getDate() > 10 ? (
@@ -56,7 +65,7 @@ const Landing = () => {
- )} + )} */}
{ return (
river -
@@ -37,7 +37,7 @@ const Resources = () => { image={resource3} />
-
+
*/} ); }; diff --git a/src/components/postlive/Postlive.jsx b/src/components/postlive/Postlive.jsx index 09e5d5bb..ffab2b69 100644 --- a/src/components/postlive/Postlive.jsx +++ b/src/components/postlive/Postlive.jsx @@ -1,5 +1,30 @@ +import Footer from "../Footer"; +import About from "../About"; +import Leads from "../Leads"; +import FAQ from "../FAQ"; +import Tracks from "../Tracks"; +import Schedule from "../schedule/Schedule"; +import Committees from "../Committees"; +import Sponsors from "../Sponsors"; +import Resources from "../Resources"; +import Landing from "../Landing"; +import Judges from "../Judges"; const Postlive = () => { - return
; + return ( +
+ + + + + + + + + + +
+ ); }; export default Postlive; diff --git a/src/data/Releases.js b/src/data/Releases.js index 3a1bc684..785b3974 100644 --- a/src/data/Releases.js +++ b/src/data/Releases.js @@ -1,7 +1,7 @@ const DEV = { LIVE: { START: new Date("10/01/2023"), - END: new Date("10/10/2024"), + END: new Date("5/12/2024"), }, POSTLIVE: { START: new Date("10/01/2023"), @@ -42,7 +42,7 @@ const DEV = { const PRODUCTION = { LIVE: { START: new Date("10/01/2023"), - END: new Date("10/10/2024"), + END: new Date("5/12/2024"), }, POSTLIVE: { START: new Date("10/01/2023"),