everything

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-10-22 02:17:48 +05:00
parent 90b1cd765a
commit abcccfbf4b
13 changed files with 140 additions and 75 deletions

View File

@@ -32,8 +32,11 @@ export default function Offer() {
<Text txt="about-block-quote" />
<span className="mt-2">"</span>
</div>
<button className="group relative text-white hover:text-primary">
<Text txt="contact-us" />
<button className="w-[200px] h-[50px] flex items-center justify-center group relative text-white hover:text-primary bg-primary text-lg font-bold py-2 px-5 hover:cursor-pointer">
<div className="w-full h-full flex items-center justify-center z-20 absolute">
<Text txt="contact-us" />
</div>
<span className="w-[15px] h-[15px] bg-secondary absolute z-10 bottom-0 right-0 group-hover:w-full group-hover:h-full "></span>
</button>
</div>