update bg button

This commit is contained in:
iqbal024 2025-02-13 18:13:20 +07:00
parent 722c136b69
commit 4de92cb1d5

View File

@ -49,7 +49,7 @@ export function BeforeFooterBlock({ title, description, buttonText }: BeforeFoot
<div className="pt-5"> <div className="pt-5">
<Link <Link
href="/contact" href="/contact"
className="inline-block bg-purple-600 hover:bg-purple-700 text-white py-3 px-6 rounded-full text-lg shadow-lg transition-all" className="inline-block bg-[#2E2D51] hover:bg-[#232244] text-white py-3 px-6 rounded-full text-lg shadow-lg transition-all"
> >
{buttonText ?? placeholderButtonText} {buttonText ?? placeholderButtonText}
</Link> </Link>