PHP 8.2.30
Preview: hero.js Size: 616 B
/proc/self/root/opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/docs/src/components/home/hero.js

import React from 'react'
import styled from 'styled-components'
import Windows from './Windows'
import {Flex} from 'rebass'
import {CubeTopLeft, CubeMiddleLeft, CubeBottomLeft, CubeTopRight, CubeBottomRight} from './cubes'

const Container = styled(Flex)`
  background-color: ${(props) => props.theme.colors.offWhite};
  position: relative;
`

const Hero = () => {
  return (
    <Container px={1} pt={[4, 5]} pb={[6, 6, '140px']}>
      <CubeTopLeft />
      <CubeMiddleLeft />
      <CubeBottomLeft />
      <CubeTopRight />
      <CubeBottomRight />
      <Windows />
    </Container>
  )
}

export default Hero

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
2.29 KB lrw-r--r-- 2026-03-09 07:21:28
Edit Download
1.07 KB lrw-r--r-- 2026-03-09 07:21:28
Edit Download
861 B lrw-r--r-- 2026-03-09 07:21:28
Edit Download
2.41 KB lrw-r--r-- 2026-03-09 07:21:28
Edit Download
672 B lrw-r--r-- 2026-03-09 07:21:28
Edit Download
616 B lrw-r--r-- 2026-03-09 07:21:28
Edit Download
2.74 KB lrw-r--r-- 2026-03-09 07:21:28
Edit Download
1.55 KB lrw-r--r-- 2026-03-09 07:21:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).