Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/Books/Book6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/component/page/ebook/BookList.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
import Book3 from "../../../assets/Books/Book3.png";
import Book4 from "../../../assets/Books/Book4.jpg";
import Book5 from '../../../assets/Books/Book5.png'
import Book6 from '../../../assets/Books/Book6.png'
const BookList = () => {
const Books = [
{
Expand Down Expand Up @@ -56,6 +57,16 @@ const BookList = () => {
currency: "₹",
url: "https://rzp.io/l/LearnReactjs",
},
{
id: 6,
img: Book6,
name: "how to earn money from AI ",
subName: "step by step Guide",
mrp: 420,
price: 199,
currency: "₹",
url: "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey",
},
];

const openUrl = (url) => {
Expand Down
11 changes: 11 additions & 0 deletions src/component/page/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Book2 from "../../../assets/Books/Book2.png";
import Book3 from "../../../assets/Books/Book3.png";
import Book4 from "../../../assets/Books/Book4.jpg";
import Book5 from "../../../assets/Books/Book5.png";
import Book6 from "../../../assets/Books/Book6.png";
import { Link } from "react-router-dom";

const books = [
Expand Down Expand Up @@ -57,6 +58,16 @@ const books = [
currency: "₹",
url: "https://rzp.io/l/LearnReactjs",
},
{
id: 6,
img: Book6,
name: "how to earn money from AI ",
subName: "step by step Guide",
mrp: 420,
price: 199,
currency: "₹",
url: "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey",
},
];

// Main Banner Component
Expand Down
10 changes: 10 additions & 0 deletions src/component/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ export const Books = [
currency: "₹",
url: "https://rzp.io/l/LearnReactjs",
},
{
id: 6,
img: "https://parsefiles.back4app.com/MN97C5lCE7bi2l9kLmYUf2QaWCCuw2M5VqXprXMa/8160f0f73e7aef5f60b6dfdaf05e744c_AIPaage.png",
name: "how to earn money from AI ",
subName: "step by step Guide",
mrp: 399,
price: 199,
currency: "₹",
url: "https://buymeacoffee.com/dreamconsole/liked-my-ebook-ai-se-paise-kaise-kamaye-support-my-journey",
},
];

export const freePdf = [
Expand Down