diff --git a/src/assets/img/product/01.jpg b/src/assets/img/product/01.jpg new file mode 100644 index 0000000..fbdd78b Binary files /dev/null and b/src/assets/img/product/01.jpg differ diff --git a/src/assets/img/product/p1.jpg b/src/assets/img/product/p1.jpg new file mode 100644 index 0000000..f5ce47f Binary files /dev/null and b/src/assets/img/product/p1.jpg differ diff --git a/src/assets/img/product/p2.jpg b/src/assets/img/product/p2.jpg new file mode 100644 index 0000000..f6783e5 Binary files /dev/null and b/src/assets/img/product/p2.jpg differ diff --git a/src/assets/img/product/p3.jpg b/src/assets/img/product/p3.jpg new file mode 100644 index 0000000..0631a28 Binary files /dev/null and b/src/assets/img/product/p3.jpg differ diff --git a/src/assets/img/product/p4.jpg b/src/assets/img/product/p4.jpg new file mode 100644 index 0000000..30a9391 Binary files /dev/null and b/src/assets/img/product/p4.jpg differ diff --git a/src/assets/img/product/p5.jpg b/src/assets/img/product/p5.jpg new file mode 100644 index 0000000..af5c66d Binary files /dev/null and b/src/assets/img/product/p5.jpg differ diff --git a/src/component/product/ProductFactory.jsx b/src/component/product/ProductFactory.jsx index 4fed339..eb831a0 100644 --- a/src/component/product/ProductFactory.jsx +++ b/src/component/product/ProductFactory.jsx @@ -1,6 +1,7 @@ import React from "react"; import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS"; import getImage from "../../utils/getImage"; +import ProductStart from "./ProductStart"; export default function ProductFactory(){ @@ -10,39 +11,7 @@ export default function ProductFactory(){
<> - -
-
-
- Card image cap -
-

Commitment

-

Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.

- Read More -
-
-
-
-
- {/*Card image cap*/} -
-

Information

-

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

-
-
    -
  • FAQ pages is for consistency
  • -
  • Information
  • -
  • Related content
  • -
- -
-
-
- - + diff --git a/src/component/product/ProductStart.jsx b/src/component/product/ProductStart.jsx new file mode 100644 index 0000000..fe01473 --- /dev/null +++ b/src/component/product/ProductStart.jsx @@ -0,0 +1,42 @@ +import React from "react"; +import getImage from "../../utils/getImage"; +export default function ProductStart(){ + return ( + <> +
+
+
+ Card image cap +
+

Commitment

+

Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.

+ + +
+
+
+
+
+ {/*Card image cap*/} +
+

Information

+

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

+
+
    +
  • FAQ pages is for consistency
  • +
  • Information
  • +
  • Related content
  • +
+ + +
+
+
+ + ) +} \ No newline at end of file