Skip to content

Commit

Permalink
moved all the pics in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavgarg25 committed Aug 27, 2024
1 parent c081e63 commit b3e8cca
Show file tree
Hide file tree
Showing 15 changed files with 416 additions and 60 deletions.
Binary file added client/public/buyerPic2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/farmerPic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions client/src/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

import './App.css';
// import Signup from './components/Buyer/Signup';
import AgriConnect from './components/trial';
import Navbar from './components/navbar';
import Footer from './components/footer';
import AgriConnect from './components/LandingPage/AgriConnect';
import './components/LandingPage/Landing.css'
function Landing() {
return (
<>
{/* <Signup/> */}
{/* <Profilesetup/> */}
{<AgriConnect />},
</>
);
}
Expand Down
Binary file added client/src/assets/buyerPic2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions client/src/assets/etoe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/farmerPic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b3e8cca

Please sign in to comment.