ID
diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue
index 8e3bc16..c46a1de 100644
--- a/frontend/pages/index.vue
+++ b/frontend/pages/index.vue
@@ -1,40 +1,100 @@
-
-
- TODO(#80) This will eventually be the site for RMI's PACTA, but now it's mostly just a placeholder.
-
-
- This project is open source. You can view the code at github.com/RMI-PACTA/app.
-
-
-
-
-
-
-
+
+
+ {{ tt('Heading') }}
+
+
+ {{ tt('Subheading') }}
+
+
+ {{ tt('Description') }}
+
+
+
+
+
+ {{ tt('Section1Heading') }}
+
+
{{ tt('Section1Paragraph1') }}
+
{{ tt('Section1Paragraph2') }}
+
+
+
+
+
+ {{ tt('Section2Heading') }}
+
+
{{ tt('Section2Paragraph1') }}
+
+ {{ tt('Section2Paragraph2') }}
+
+
+
{{ tt('Section2Paragraph3') }}
+
+
+
+
+ {{ tt('Section4Heading') }}
+
+
+ {{ tt('Section4Paragraph1') }}
+
+
+
diff --git a/frontend/plugins/primevue.ts b/frontend/plugins/primevue.ts
index 6954ee9..6353731 100644
--- a/frontend/plugins/primevue.ts
+++ b/frontend/plugins/primevue.ts
@@ -11,6 +11,7 @@ import Column from 'primevue/column'
import DataTable from 'primevue/datatable'
import Dialog from 'primevue/dialog'
import Dropdown from 'primevue/dropdown'
+import Image from 'primevue/image'
import InputNumber from 'primevue/inputnumber'
import InputText from 'primevue/inputtext'
import InputSwitch from 'primevue/inputswitch'
@@ -42,6 +43,7 @@ export default defineNuxtPlugin(({ vueApp }) => {
vueApp.component('PVDialog', Dialog)
vueApp.component('PVDropdown', Dropdown)
vueApp.component('PVFileUpload', FileUpload)
+ vueApp.component('PVImage', Image)
vueApp.component('PVInputNumber', InputNumber)
vueApp.component('PVInputText', InputText)
vueApp.component('PVInputSwitch', InputSwitch)
diff --git a/frontend/public/img/how-it-works.jpg b/frontend/public/img/how-it-works.jpg
new file mode 100644
index 0000000..b6c5760
Binary files /dev/null and b/frontend/public/img/how-it-works.jpg differ