File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -46,35 +46,6 @@ const Home = ({
4646 canonical = { `https://codingcat.dev/` }
4747 > </ NextSeo >
4848 < Layout site = { site } >
49- < article className = "relative grid justify-center gap-4 p-8 text-center bg-[chocolate] place-items-center bg-primary-900 text-basics-50 dark:text-basics-50" >
50- < h2 className = "font-sans font-black" > Win a Samsung Pro Chromebook</ h2 >
51- < figure className = "grid justify-center gap-4 place-items-center" >
52- < Image
53- loader = { ( ) => `./static/images/chromebook.png` }
54- src = "./static/images/chromebook.png"
55- layout = "fixed"
56- width = { 325 }
57- height = { 245 }
58- alt = "Chromebook Hacktoberfest free laptop giveaway to 100th sub"
59- />
60- < figcaption className = "max-w-md text-sm" >
61- * Join CodingCat.dev during October for only < strong > $1</ strong > { ' ' }
62- using coupon code < strong > HACKTOBER2022</ strong > . < br />
63- You will be entered to win this laptop!
64- </ figcaption >
65- </ figure >
66- < div className = "pb-20 md:pb-8" >
67- < Link href = "/user/profile" >
68- < a
69- className = "btn-primary bg-blue justify-self-start"
70- role = "button"
71- >
72- Join CodingCat.dev for $1
73- </ a >
74- </ Link >
75- </ div >
76- < AJPrimary className = "absolute right-4 bottom-4 max-w-[100px]" />
77- </ article >
7849 < div >
7950 { /* Hero */ }
8051 < section className = "grid justify-center grid-cols-1 p-8 mx-auto 2xl:gap-10 lg:grid-cols-2 lg:px-10 2xl:min-h-768 max-w-7xl" >
You can’t perform that action at this time.
0 commit comments