diff --git a/src/assets/hp1.png b/src/assets/hp1.png
new file mode 100644
index 0000000..0180bce
Binary files /dev/null and b/src/assets/hp1.png differ
diff --git a/src/assets/hp2.png b/src/assets/hp2.png
new file mode 100644
index 0000000..1d80252
Binary files /dev/null and b/src/assets/hp2.png differ
diff --git a/src/assets/hp3.png b/src/assets/hp3.png
new file mode 100644
index 0000000..629e057
Binary files /dev/null and b/src/assets/hp3.png differ
diff --git a/src/assets/hp4.png b/src/assets/hp4.png
new file mode 100644
index 0000000..12df40b
Binary files /dev/null and b/src/assets/hp4.png differ
diff --git a/src/assets/hp5.png b/src/assets/hp5.png
new file mode 100644
index 0000000..4f54d4c
Binary files /dev/null and b/src/assets/hp5.png differ
diff --git a/src/assets/hp6.png b/src/assets/hp6.png
new file mode 100644
index 0000000..a05695a
Binary files /dev/null and b/src/assets/hp6.png differ
diff --git a/src/assets/react.svg b/src/assets/react.svg
deleted file mode 100644
index 6c87de9..0000000
--- a/src/assets/react.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/pages/Homepage.jsx b/src/pages/Homepage.jsx
index 3113ea0..cd6e46c 100644
--- a/src/pages/Homepage.jsx
+++ b/src/pages/Homepage.jsx
@@ -1,8 +1,54 @@
-import { Flex, Text } from '@chakra-ui/react'
+import { Box, Button, Flex, Image, Spacer, Text, VStack } from '@chakra-ui/react'
+import hp1 from '../assets/hp1.png';
+import hp2 from '../assets/hp2.png';
+import hp3 from '../assets/hp3.png';
+import hp4 from '../assets/hp4.png';
+import hp5 from '../assets/hp5.png';
+import hp6 from '../assets/hp6.png';
function Homepage() {
+ const imgResponsiveSizing = { base: "150px", md: "250px" }
+ const imgColumnMinWidth = { base: "350px", md: "450px" }
+ const imgOffset = "-100px"
+
return
- Connect
with your
roots
+
+
+
+
+ {/* First images column */}
+
+
+
+
+
+
+
+
+
+
+ {/* Title, subtitle, and CTA button column */}
+
+
+ Connect
with your
roots
+ The intelligent artefact digitisation platform.
+
+
+
+
+
+
+ {/* Second images column */}
+
+
+
+
+
+
+
+
+
+
}