fix and compress
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 63 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 158 KiB |
@@ -3,8 +3,9 @@ import { Results2025 } from "@/components/pages/Results2025/Results2025";
|
||||
|
||||
export default function YearResults() {
|
||||
return (
|
||||
<div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
<Results2025 />
|
||||
</div>
|
||||
<InProcess />
|
||||
// <div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
// <Results2025 />
|
||||
// </div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -171,9 +171,9 @@ export default function AboutExperience() {
|
||||
в 40 выставках
|
||||
</h3>
|
||||
<p className="headline1 text-[#7A7A7A]">
|
||||
Продукты GRAFF.estate уже четыре раза были представлены
|
||||
на форуме «Движение», Восточном экономическом форуме, Иннопроме
|
||||
и форуме 100+ TechnoBuild
|
||||
Продукты GRAFF.estate уже три раза были представлены на форуме
|
||||
«Движение», Восточном экономическом форуме, Иннопроме и форуме
|
||||
100+ TechnoBuild
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -59,7 +59,11 @@ export default function WebExperience() {
|
||||
max-md:rounded-[4.444vw] max-md:p-[8.889vw]"
|
||||
>
|
||||
<span className="headline1">Интеграция с любой CRM</span>
|
||||
<img src="/img/pages/web/experience/CRM.png" alt="" />
|
||||
<img
|
||||
src="/img/pages/web/experience/crm.png"
|
||||
alt=""
|
||||
className="flex-1 object-contain absolute lg:bottom-[2.222vw] md:max-lg:bottom-[3.125vw] bottom-[8.889vw] left-1/2 -translate-x-1/2"
|
||||
/>
|
||||
</motion.div>
|
||||
<motion.div
|
||||
animate={{
|
||||
|
||||
Reference in New Issue
Block a user