1- import { H1 , H2 } from "@components/elements/headers" ;
2- import { Text } from "@components/elements/text" ;
3- import GlobalPage from "@components/layouts/global-page" ;
4- import { BgImageWrapper } from "@components/paragraphs/bg-image-section" ;
5- import TwoColumn from "@components/paragraphs/rows/two-column" ;
6- import Image from "next/image" ;
1+ import ActionLink from '@components/elements/action-link' ;
2+ import { H1 , H2 } from '@components/elements/headers' ;
3+ import { Text } from '@components/elements/text' ;
4+ import GlobalPage from '@components/layouts/global-page' ;
5+ import { BgImageWrapper } from '@components/paragraphs/bg-image-section' ;
6+ import ThreeColumn from '@components/paragraphs/rows/three-column' ;
7+ import TwoColumn from '@components/paragraphs/rows/two-column' ;
8+ import Image from 'next/image' ;
79
810export default function Home ( ) {
911 return (
@@ -21,7 +23,7 @@ export default function Home() {
2123 bgColor = "bg-black"
2224 >
2325 < TwoColumn
24- column_widths = "33-67 "
26+ column_widths = "40-60 "
2527 left = {
2628 < div className = "text-white" >
2729 < Text variant = "card" className = "rs-mb-8" >
@@ -48,6 +50,48 @@ export default function Home() {
4850 </ div >
4951 }
5052 />
53+ < div className = "mx-auto w-fit" >
54+ < ActionLink
55+ href = "/"
56+ className = "transition-all ease-in-out duration-500 underline underline-offset-2 decoration-2 text-white decoration-digital-red-light hocus:text-black hocus:bg-white/80 hocus:decoration-black"
57+ >
58+ Learn more about our work
59+ </ ActionLink >
60+ </ div >
61+ </ BgImageWrapper >
62+ < BgImageWrapper bgColor = "bg-sandstone-light" >
63+ < div className = "w-full cc xl:mx-0 xl:p-0 xl:max-w-[1000px]" >
64+ < Text size = { 4 } font = "serif" >
65+ Vestibulum massa nibh, fermentum ut orci iaculis, placerat viverra
66+ augue. In mauris sapien, vulputate non eros ac, malesuada.
67+ </ Text >
68+ </ div >
69+ < ThreeColumn
70+ left = {
71+ < Text >
72+ Mauris vel nunc rutrum, semper neque a, venenatis metus. Nulla
73+ egestas, enim ut blandit pulvinar, lorem tellus pulvinar ex, a
74+ eleifend ante arcu et nulla. Fusce et cursus libero. Nullam vitae
75+ lacus quis augue semper luctus nec non ex.
76+ </ Text >
77+ }
78+ main = {
79+ < Text >
80+ Mauris vel nunc rutrum, semper neque a, venenatis metus. Nulla
81+ egestas, enim ut blandit pulvinar, lorem tellus pulvinar ex, a
82+ eleifend ante arcu et nulla. Fusce et cursus libero. Nullam vitae
83+ lacus quis augue semper luctus nec non ex.
84+ </ Text >
85+ }
86+ right = {
87+ < Text >
88+ Mauris vel nunc rutrum, semper neque a, venenatis metus. Nulla
89+ egestas, enim ut blandit pulvinar, lorem tellus pulvinar ex, a
90+ eleifend ante arcu et nulla. Fusce et cursus libero. Nullam vitae
91+ lacus quis augue semper luctus nec non ex.
92+ </ Text >
93+ }
94+ />
5195 </ BgImageWrapper >
5296 </ GlobalPage >
5397 ) ;
0 commit comments