Skip to content

Commit

Permalink
Merge pull request #5634 from MUFFANUJ/rev-5612
Browse files Browse the repository at this point in the history
added the reviews on the products page
  • Loading branch information
vishalvivekm committed Aug 31, 2024
2 parents cc724ee + a6f270d commit 16b3e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sections/Products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import comingSoon from "./icons/coming-soon.webp";
import { useStyledDarkMode } from "../../theme/app/useStyledDarkMode";
import PlanCard from "../../components/PlanCard";
import { Row } from "../../reusecore/Layout";
import Reviews from "../Pricing/review-slider";

const options = [
{
Expand Down Expand Up @@ -299,6 +300,7 @@ const index = () => {
</div>
</div>
</ProductsWrapper>
<Reviews />
</div>
);
};
Expand Down

0 comments on commit 16b3e40

Please sign in to comment.