diff --git a/src/images/RigPlan2.png b/src/images/RigPlan2.png new file mode 100644 index 0000000..a9f5711 Binary files /dev/null and b/src/images/RigPlan2.png differ diff --git a/src/images/TopDrive_Dummy.png b/src/images/TopDrive_Dummy.png new file mode 100644 index 0000000..3d4d611 Binary files /dev/null and b/src/images/TopDrive_Dummy.png differ diff --git a/src/pages/Smbo.jsx b/src/pages/Smbo.jsx new file mode 100644 index 0000000..6037708 --- /dev/null +++ b/src/pages/Smbo.jsx @@ -0,0 +1,48 @@ +import SmboPlate from '../components/SmboPlate' +import '../styles/smbo.css' +import RigPlan from '../images/RigPlan2.png' +import HoistDummy from '../images/hoist_LBU_1200.png' +import TopDriveDummy from '../images/TopDrive_Dummy.png' +import EquipmentDetails from '../components/modalWindows/EquipmentDetails' + +export default function Smbo() { + return ( +
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+ ) +} \ No newline at end of file