feat: add input
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import s from './offer.module.scss';
|
||||
|
||||
import { Button, Mark } from '@shared/ui';
|
||||
import { Button, Mark, Input } from '@shared/ui';
|
||||
import Image from 'next/image';
|
||||
|
||||
import arrow from '@public/svg/arrow-tile.svg';
|
||||
@@ -37,8 +37,8 @@ export default function Offer() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className={s.RowForm}>
|
||||
<input type='text' placeholder='+79991234567' />
|
||||
<input type='text' placeholder='Ваше имя' />
|
||||
<Input type='text' placeholder='+79991234567' />
|
||||
<Input type='text' placeholder='Ваше имя' />
|
||||
<Button>Узнать подробности</Button>
|
||||
</div>
|
||||
<div className={s.Inner}>
|
||||
|
||||
Reference in New Issue
Block a user