File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
44import Book3 from "../../../assets/Books/Book3.png" ;
55import Book4 from "../../../assets/Books/Book4.jpg" ;
66import Book5 from '../../../assets/Books/Book5.png'
7+ import Book6 from '../../../assets/Books/Book6.png'
78const BookList = ( ) => {
89 const Books = [
910 {
@@ -56,6 +57,16 @@ const BookList = () => {
5657 currency : "₹" ,
5758 url : "https://rzp.io/l/LearnReactjs" ,
5859 } ,
60+ {
61+ id : 6 ,
62+ img : Book6 ,
63+ name : "how to earn money from AI " ,
64+ subName : "step by step Guide" ,
65+ mrp : 420 ,
66+ price : 199 ,
67+ currency : "₹" ,
68+ url : "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey" ,
69+ } ,
5970 ] ;
6071
6172 const openUrl = ( url ) => {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
44import Book3 from "../../../assets/Books/Book3.png" ;
55import Book4 from "../../../assets/Books/Book4.jpg" ;
66import Book5 from "../../../assets/Books/Book5.png" ;
7+ import Book6 from "../../../assets/Books/Book6.png" ;
78import { Link } from "react-router-dom" ;
89
910const books = [
@@ -57,6 +58,16 @@ const books = [
5758 currency : "₹" ,
5859 url : "https://rzp.io/l/LearnReactjs" ,
5960 } ,
61+ {
62+ id : 6 ,
63+ img : Book6 ,
64+ name : "how to earn money from AI " ,
65+ subName : "step by step Guide" ,
66+ mrp : 420 ,
67+ price : 199 ,
68+ currency : "₹" ,
69+ url : "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey" ,
70+ } ,
6071] ;
6172
6273// Main Banner Component
Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ export const Books = [
5050 currency : "₹" ,
5151 url : "https://rzp.io/l/LearnReactjs" ,
5252 } ,
53+ {
54+ id : 6 ,
55+ img : "https://parsefiles.back4app.com/MN97C5lCE7bi2l9kLmYUf2QaWCCuw2M5VqXprXMa/8160f0f73e7aef5f60b6dfdaf05e744c_AIPaage.png" ,
56+ name : "how to earn money from AI " ,
57+ subName : "step by step Guide" ,
58+ mrp : 399 ,
59+ price : 199 ,
60+ currency : "₹" ,
61+ url : "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey" ,
62+ } ,
5363] ;
5464
5565export const freePdf = [
You can’t perform that action at this time.
0 commit comments