11import Image from "next/image" ;
22import Link from "next/link" ;
33import { useRouter } from "next/router" ;
4- import { LuCircleCheckBig } from "react-icons/lu" ;
5- import { RiCalendarScheduleLine } from "react-icons/ri" ;
6- import { TbDrone } from "react-icons/tb" ;
74
85export default function Home ( ) {
96 return (
@@ -59,7 +56,28 @@ export default function Home() {
5956 { /*stacking vertically 1 card at the time on smaller screens and centering the grid */ }
6057 < div className = "landing-card" >
6158 < div className = "card-icon bg-orange-100 text-orange-400" >
62- < TbDrone size = { 30 } />
59+ < svg
60+ width = "30"
61+ height = "30"
62+ viewBox = "0 0 24 24"
63+ fill = "none"
64+ stroke = "currentColor"
65+ stroke-width = "2"
66+ stroke-linecap = "round"
67+ stroke-linejoin = "round"
68+ className = "stroke-current"
69+ >
70+ < path stroke = "none" d = "M0 0h24v24H0z" fill = "none" />
71+ < path d = "M10 10h4v4h-4z" />
72+ < path d = "M10 10l-3.5 -3.5" />
73+ < path d = "M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" />
74+ < path d = "M14 10l3.5 -3.5" />
75+ < path d = "M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" />
76+ < path d = "M14 14l3.5 3.5" />
77+ < path d = "M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" />
78+ < path d = "M10 14l-3.5 3.5" />
79+ < path d = "M6 14.04a3.5 3.5 0 1 0 3.96 3.96" />
80+ </ svg >
6381 </ div >
6482 < h3 className = "card-heading" > The Challenge</ h3 >
6583 < p className = "caption text-muted-foreground" >
@@ -74,7 +92,14 @@ export default function Home() {
7492
7593 < div className = "landing-card" >
7694 < div className = "card-icon bg-blue-100 text-blue-500" >
77- < RiCalendarScheduleLine size = { 30 } />
95+ < svg
96+ height = "30"
97+ width = "30"
98+ viewBox = "0 0 24 24"
99+ fill = "currentColor"
100+ >
101+ < path d = "M7 3V1H9V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V9H20V5H17V7H15V5H9V7H7V5H4V19H10V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7ZM17 12C14.7909 12 13 13.7909 13 16C13 18.2091 14.7909 20 17 20C19.2091 20 21 18.2091 21 16C21 13.7909 19.2091 12 17 12ZM11 16C11 12.6863 13.6863 10 17 10C20.3137 10 23 12.6863 23 16C23 19.3137 20.3137 22 17 22C13.6863 22 11 19.3137 11 16ZM16 13V16.4142L18.2929 18.7071L19.7071 17.2929L18 15.5858V13H16Z" > </ path >
102+ </ svg >
78103 </ div >
79104 < h3 className = "card-heading" > The Schedule</ h3 >
80105 < div >
@@ -96,7 +121,20 @@ export default function Home() {
96121
97122 < div className = "landing-card" >
98123 < div className = "card-icon bg-yellow-100 text-yellow-400" >
99- < LuCircleCheckBig size = { 30 } />
124+ { /* <LuCircleCheckBig size={30} /> */ }
125+ < svg
126+ width = "30"
127+ height = "30"
128+ viewBox = "0 0 24 24"
129+ fill = "none"
130+ stroke-width = "2"
131+ stroke-linecap = "round"
132+ stroke-linejoin = "round"
133+ className = "stroke-current"
134+ >
135+ < path d = "M21.801 10A10 10 0 1 1 17 3.335" />
136+ < path d = "m9 11 3 3L22 4" />
137+ </ svg >
100138 </ div >
101139 < h3 className = "card-heading" > The Rules</ h3 >
102140 < p className = "caption text-muted-foreground" >
0 commit comments