feat: add input

This commit is contained in:
2025-06-03 09:25:29 +03:00
parent b51d4f4f20
commit 88176e3546
6 changed files with 42 additions and 3 deletions

View File

@@ -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}>