diff --git a/public/images/examples/2.jpg b/public/images/examples/2.jpg index 3b8444a..fa5b5d8 100644 Binary files a/public/images/examples/2.jpg and b/public/images/examples/2.jpg differ diff --git a/public/images/examples/5.jpg b/public/images/examples/5.jpg index 2aa5bdf..4ac51c6 100644 Binary files a/public/images/examples/5.jpg and b/public/images/examples/5.jpg differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a91877..190fbed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -386,7 +386,6 @@ export default function App() { title="ЖК «Айвазовский City»" company="ЭНКО" image="/images/examples/3.jpg" - className="xl:mb-[0px] sm:mb-[0px] mb-[0px]" /> @@ -401,6 +400,7 @@ export default function App() { title="ЖК «Сюжеты»" company="Fortis Development" image="/images/examples/4.jpg" + className="xl:mb-[0px] sm:mb-[0px] mb-[0px]" /> diff --git a/src/components/MoreProjectButton.tsx b/src/components/MoreProjectButton.tsx index 22212a2..c9689cf 100644 --- a/src/components/MoreProjectButton.tsx +++ b/src/components/MoreProjectButton.tsx @@ -13,7 +13,7 @@ function MoreProjectButton({ onClick }: MoreProjectButtonProps) { whileInView={{ opacity: 1 }} viewport={{ once: true, margin: "-100px" }} transition={{ duration: 1, ease: [0.58, 0.12, 0.27, 0.98], delay: 0.2 }} - className="border border-[#3D425C] px-6 py-4 flex sm:flex-col sm:justify-end items-end gap-2 sm:rounded-none rounded-full" + className="border border-[#3D425C] p-4 flex sm:flex-col sm:justify-end items-end gap-2 sm:rounded-none rounded-full" onClick={onClick} >