File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
src/components/front/Books Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,26 @@ import TagList from '../../../theme/TagList'
77
88export default function Books ( ) {
99 return (
10- < HomeSection reversed = "true" >
11- < div className = { styles . innerAside } >
12- < h2 > Read All About It</ h2 >
13- < p > Buy The Print Edition of Risk-First</ p >
14- </ div >
15- < >
16- < a href = "/The-Menagerie" > < img src = "/img/Cover_Image_Bordered.png" /> </ a >
17- </ >
18- < div >
19- < p > < a className = { styles . cta } href = "/The-Menagerie" > BUY THE BOOK</ a > </ p >
20- </ div >
21- </ HomeSection >
22-
23-
10+ < >
11+ < HomeSection reversed = "false" >
12+ < >
13+ < a href = "/Risk-First-Second-Edition" > < img src = "/img/Cover_Image_Second_Edition.jpg" /> </ a >
14+ </ >
15+ < div className = { styles . innerAside } >
16+ < h2 > Second Edition < strong > beta</ strong > </ h2 >
17+ < p > Now Available in < a href = "/Risk-First-Second-Edition" > Digital Format!</ a > </ p >
18+ </ div >
19+ </ HomeSection >
20+ < HomeSection reversed = "true" >
21+ < div className = { styles . innerAside } >
22+ < h2 > Read All About It</ h2 >
23+ < p > Buy The < a href = "/The-Menagerie" > Original Print Edition</ a > of Risk-First</ p >
24+ </ div >
25+ < >
26+ < a href = "/The-Menagerie" > < img src = "/img/Cover_Image_Bordered.png" /> </ a >
27+ </ >
28+ </ HomeSection >
29+ </ >
2430 )
2531}
2632
You can’t perform that action at this time.
0 commit comments