Skip to content

Commit

Permalink
How we works added
Browse files Browse the repository at this point in the history
  • Loading branch information
git-sujon committed Jan 8, 2023
1 parent 75da7d8 commit bad1e84
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Pages/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import AboutIndirect from "./AboutIndirect/AboutIndirect";
import Advertised from "./Advertised/Advertised";
import AgentHiring from "./AgentHiring/AgentHiring";
import HomeBanner from "./HomeBanner/HomeBanner";
import HowWeWork from "./HowWeWork/HowWeWork";
import Search from "./Search/Search";
import SubscribeCTA from "./SubscribeCTA/SubscribeCTA";
import Testimonials from "./Testimonials/Testimonials";
Expand All @@ -22,6 +23,7 @@ const Home = () => {
<AgentHiring></AgentHiring>
<WhyIndirect></WhyIndirect>
<Testimonials></Testimonials>
<HowWeWork></HowWeWork>
<AboutIndirect></AboutIndirect>
<SubscribeCTA></SubscribeCTA>

Expand Down
12 changes: 12 additions & 0 deletions src/Pages/Home/HowWeWork/HowWeWork.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';

const HowWeWork = () => {
return (
<div>
<p></p>

</div>
);
};

export default HowWeWork;
Binary file added src/Resource/Anmation/Logic-rafiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Resource/Anmation/Logic-rafiki.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Resource/Anmation/logic-animate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bad1e84

Please sign in to comment.