diff --git a/src/App.js b/src/App.js index 178f3bf..09b80b2 100644 --- a/src/App.js +++ b/src/App.js @@ -5,6 +5,7 @@ import useWindowSize from './useWindowSize'; import HeaderD from './components/HeaderD'; import HeaderM from './components/HeaderM'; import PartOne from './components/PartOne'; +import PartTwo from './components/PartTwo'; export default function App() { const [currentLanguage, setCurrentLanguage] = useState('en'); @@ -31,6 +32,7 @@ export default function App() { )} + ); } diff --git a/src/assets/images/pencil.png b/src/assets/images/pencil.png new file mode 100644 index 0000000..ad9c506 Binary files /dev/null and b/src/assets/images/pencil.png differ diff --git a/src/components/PartOne.js b/src/components/PartOne.js index 37bf11c..cd19ffa 100644 --- a/src/components/PartOne.js +++ b/src/components/PartOne.js @@ -24,7 +24,7 @@ export default function PartOne() { className="w-full object-cover sm:h-5/6" /> -
+
By harnessing powerful insights and smart targeting, we’re able to create behavior-changing ideas and experiences that deliver value to brands. Supported by our proprietary{' '} diff --git a/src/components/PartTwo.js b/src/components/PartTwo.js new file mode 100644 index 0000000..a969920 --- /dev/null +++ b/src/components/PartTwo.js @@ -0,0 +1,63 @@ +import React from 'react'; + +import pencil from '../assets/images/pencil.png'; + +export default function PartTwo() { + return ( +
+ pencil + +
+ Business Problems we've solved +
+ +
+
+
+ Can a love story double as a hearing test? +
+ + + Find out here + +
+ +
+
+ How close to an AFL player can you get? +
+ + + Find out here + +
+
+ + + View our work + + + {/* part-1-banner */} +
+ ); +} diff --git a/tailwind.config.js b/tailwind.config.js index 0b5230e..bad76f0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -20,6 +20,7 @@ module.exports = { gray: { 100: '#f7fafc', + 144: '#909090', 200: '#edf2f7', 300: '#e2e8f0', 400: '#cbd5e0', @@ -353,6 +354,7 @@ module.exports = { '11/12': '91.666667%', full: '100%', screen: '100vh', + 'two-row': '49%', }), inset: { 0: '0', @@ -503,6 +505,7 @@ module.exports = { '11/12': '91.666667%', full: '100%', screen: '100vw', + 'two-row': '49%', }), zIndex: { auto: 'auto',