features/layout-changes
WindFall 2024-05-14 23:30:01 +03:00
parent 80a8defbe8
commit e7d5a3b8a7
3 changed files with 10 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

View File

@ -5,7 +5,7 @@ import ChevronBannerIcon from "@/../public/banner_arr_btn.svg.svg"
const FormPersonalization = () => {
return (
<form className="bg-gray-4 rounded-[30px] p-20 text-white flex flex-col">
<form className="bg-gray-4 rounded-[30px] p-7 lg:p-20 text-white flex flex-col">
<h2><i>Обратиться в Научно-Технический Центр (НТЦ) ООО «ТД Технохим Групп»</i></h2>
<Input
classNames={{

View File

@ -229,8 +229,11 @@ const Achievements = () => {
</div>
<Button className={"bg-green-2 font-bold uppercase italic"} endContent={<ChevronBannerIcon
className={"stroke-[3px] stroke-black"}/>}>Посмотреть</Button>
<Button className={"bg-green-2 font-bold uppercase italic w-[200px] h-fit text-wrap p-4"}
endContent={<ChevronBannerIcon className={"stroke-[3px] stroke-black"}/>}>
<span
className={"block w-2/3 text-left !font-bold italic"}>Посмотреть</span>
</Button>
</CardHeader>
@ -247,11 +250,13 @@ const Achievements = () => {
<span className={"text-base md:text-xl text-white opacity-50"}>Обладают высокой смазывающей способностью и обеспечивают надёжную защиту двигателя от износа</span>
</div>
<Button className={"bg-green-2 font-bold uppercase italic w-[200px] h-fit text-wrap"}
<Button className={"bg-green-2 font-bold uppercase italic w-[200px] h-fit text-wrap p-4"}
href={"/technology"}
as={Link}
endContent={<ChevronBannerIcon
className={"stroke-[3px] stroke-black"}/>}>
<span
className={"block w-2/3 text-left !font-bold italic"}>Расшифровка масел группы - N</span>
className={"block w-2/3 text-left !font-bold italic"}>Технологии Relynolli ®</span>
</Button>
</CardHeader>