Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bcfd47ae0 | |||
| cf2031a318 | |||
| 184d8552b4 |
@@ -8,7 +8,7 @@ import playButton from "../assets/PlayBtn.png";
|
|||||||
|
|
||||||
const Advertising = () => {
|
const Advertising = () => {
|
||||||
return (
|
return (
|
||||||
<Box position={"relative"} h={"90vh"}>
|
<Box position={"relative"} h={"100%"}>
|
||||||
<Container
|
<Container
|
||||||
display={"flex"}
|
display={"flex"}
|
||||||
flexDirection={"column"}
|
flexDirection={"column"}
|
||||||
|
|||||||
@@ -10,11 +10,12 @@ import { OPACITY_ON_LOAD } from "../Layout/animations";
|
|||||||
|
|
||||||
const Hero = () => {
|
const Hero = () => {
|
||||||
return (
|
return (
|
||||||
<Box {...OPACITY_ON_LOAD} h={"100vh"}>
|
<Box {...OPACITY_ON_LOAD} h={"100%"} pt={10} pb={20}>
|
||||||
<Container
|
<Container
|
||||||
display={"flex"}
|
display={"flex"}
|
||||||
maxW="container.xl"
|
maxW="container.xl"
|
||||||
h={"100%"}
|
h={"100%"}
|
||||||
|
alignItems={'center'}
|
||||||
|
|
||||||
>
|
>
|
||||||
<Box w={"50%"} display={'flex'} flexDirection={'column'} gap={6} justifyContent={'center'} p={10} h={"100%"}>
|
<Box w={"50%"} display={'flex'} flexDirection={'column'} gap={6} justifyContent={'center'} p={10} h={"100%"}>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ const HowItWorks = () => {
|
|||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"120vh"} mt={28} mb={10}>
|
<Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"100%"} mt={28} mb={10}>
|
||||||
<Image src={patter1} position={"absolute"} top={0} left={0} w={100} />
|
<Image src={patter1} position={"absolute"} top={0} left={0} w={100} />
|
||||||
<Container
|
<Container
|
||||||
display={"flex"}
|
display={"flex"}
|
||||||
@@ -194,7 +194,7 @@ const HowItWorks = () => {
|
|||||||
left={1}
|
left={1}
|
||||||
src={browse}
|
src={browse}
|
||||||
w={"100%"}
|
w={"100%"}
|
||||||
h={"80%"}
|
h={"100%"}
|
||||||
zIndex={-1}
|
zIndex={-1}
|
||||||
// transform={spanHeight === 75 ? "translateX(0px)": "translateY(-100%)"}
|
// transform={spanHeight === 75 ? "translateX(0px)": "translateY(-100%)"}
|
||||||
opacity={spanHeight === 75 ? 1: 0}
|
opacity={spanHeight === 75 ? 1: 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user