diff --git a/src/components/midbutton.js b/src/components/midbutton.js index 6555fc7..801848c 100644 --- a/src/components/midbutton.js +++ b/src/components/midbutton.js @@ -1,21 +1,44 @@ import Image from "next/image"; +import Link from "next/link"; // import { delay, motion } from "framer-motion"; export default function Midbutton() { return ( -
-
- Click to explore the

Day of the Festival! -
- + +
+ +
+
+
+ + + Know the amazing

individuals who

make our team + +
+ +
+
+
+
+
+ + Know the amazing

individuals who

make our team + +
+ +
+
+
); } diff --git a/src/components/nextbutton.js b/src/components/nextbutton.js index 8af7a9f..df37b45 100644 --- a/src/components/nextbutton.js +++ b/src/components/nextbutton.js @@ -1,20 +1,25 @@ import Image from "next/image"; +import Link from "next/link"; // import { delay, motion } from "framer-motion"; export default function NextButton(){ return(
-
+
+ Explore all events

and sessions +
@@ -22,10 +27,15 @@ export default function NextButton(){
+ + Click to explore the

Day of the Festival! +
diff --git a/src/pages/index.js b/src/pages/index.js index fcf8218..11ad37e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,6 +1,6 @@ import Mid from "@/components/mid" import Hero from "../components/hero" -// import Midbutton from "@/components/midbutton" +import Midbutton from "@/components/midbutton" import NextButton from "@/components/nextbutton" import Carousel from "@/components/carousel" import Team from "@/components/team" @@ -58,11 +58,11 @@ export default function index() { - + - +