Home Page Part3 Done + Some Changes in Part2

temp
Pedram Keshavarzi 3 years ago
parent ebfc8abf17
commit 16edf7054c
  1. BIN
      src/assets/images/HomeImg.png
  2. 856
      src/assets/images/HomeImg.svg
  3. 4
      src/views/Home/Desktop/Part2/index.js
  4. 5
      src/views/Home/Desktop/index.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 256 KiB

@ -22,7 +22,9 @@ const Part2 = (
getBooks();
}, []);
return (
<div className="w-full mt-6">
<div className="w-full my-6" style={{
height: '500px'
}}>
<div className="w-full flex justify-between items-center">
<div className="flex items-center text-4xl font-black text-blue52">
<div className="w-6 h-6 bg-blue-300 ml-4 rounded-full"></div>

@ -8,6 +8,7 @@ import SalesContainer from "../../../components/SalesContainer";
import { book, publicApi } from "../../../redux/actions";
import Part2 from "./Part2";
import HomeImg from '../../../assets/images/HomeImg.svg';
const DesktopHome = (
{
@ -24,7 +25,9 @@ return (
<Banners/>
<SalesContainer books={books} grades={grades}/>
<Part2 grades={grades}/>
<div>
<img src={HomeImg} />
</div>
</div>
)

Loading…
Cancel
Save