adding in the landing page action bar

This commit is contained in:
Arjun Patel
2022-01-26 22:47:57 -08:00
parent 253a246b28
commit b37dafa5aa
5 changed files with 38 additions and 23 deletions
+3
View File
@@ -6,6 +6,7 @@ import {
FaMoneyBill,
FaPhone,
} from "react-icons/fa";
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
import LandingPageLayout from "../components/Layouts/LandingPageLayout";
export default function Pricing() {
@@ -118,6 +119,8 @@ export default function Pricing() {
</span>
</span>
</span>
<LandingPageActionBar />
</LandingPageLayout>
);
}