Skip to content

Commit fd12f71

Browse files
add new Ebook
1 parent 0f5f381 commit fd12f71

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

src/assets/Books/Book6.png

481 KB
Loading

src/component/page/ebook/BookList.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
44
import Book3 from "../../../assets/Books/Book3.png";
55
import Book4 from "../../../assets/Books/Book4.jpg";
66
import Book5 from '../../../assets/Books/Book5.png'
7+
import Book6 from '../../../assets/Books/Book6.png'
78
const 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) => {

src/component/page/home/Home.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
44
import Book3 from "../../../assets/Books/Book3.png";
55
import Book4 from "../../../assets/Books/Book4.jpg";
66
import Book5 from "../../../assets/Books/Book5.png";
7+
import Book6 from "../../../assets/Books/Book6.png";
78
import { Link } from "react-router-dom";
89

910
const 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

src/component/utils.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5565
export const freePdf = [

0 commit comments

Comments
 (0)